Skip to content

Commit aff6e77

Browse files
committed
update 2018
1 parent 93600ee commit aff6e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Tag: **Observation**, **DES checksum**, **Crypto**, **Web**
138138
2. Know `block size = 8` from cipher length
139139
3. From the information above, it's reasonable to use `DES` in real world
140140
4. The most common block is `3ca92540eb2d0a42`(always in the cipher end). We can guess it's the padding `\x08\x08\x08\x08\x08\x08\x08\x08`
141-
5. Due to the checking parity in [DES](https://en.wikipedia.org/wiki/Data_Encryption_Standard), we can reduce the keyspace from 26(`abcdefghijklmnopqrstuvwxyz`) to 14(`acegikmoqsuwyz`)
141+
5. Due to the checking parity in [DES](https://en.wikipedia.org/wiki/Data_Encryption_Standard), we can reduce the keyspace from 26(`abcdefghijklmnopqrstuvwxyz`) to 13(`acegikmoqsuwy`)
142142
* Break in 1 second with `HashCat`
143143
* Break in 10 minutes with single thread Python
144144

0 commit comments

Comments
 (0)