09-01-2016, 04:30 AM
Uh... Is the following keyspace calculation right?
DES key space is 2^56, but 34359738368 ≠ 2^56, is there something wrong or am I wrong?
Code:
hashcat64.exe -a 3 -m 14000 DES.hash -1 DES_full.charset --hex-charset ?1?1?1?1?1?1?1?1 --keyspace
34359738368
DES key space is 2^56, but 34359738368 ≠ 2^56, is there something wrong or am I wrong?