DES-ECB Example hashes and HEX passwords?
#3
Thank you @atom.

Well, I have another question. How can I use hex password for DES? I searched the forum many times, and I read mask attack wiki, but there is no result.

I tried the following command, it didn't work

Code:
hashcat64.exe -a 3 -m 14000 DES.hash ?b?b?b?b?b?b?b?b

but this worked

Code:
hashcat64.exe -a 3 -m 14000 DES.hash ?a?a?a?a?a?a?a?a

However, built in charset "?a" is not HEX, "?b" is hex but it didn't work. To the best of mt knowledge, the key of DES is HEX. 

Am I somewhere wrong?

And, I noticed that @atom just pushed a new file(DES_full.charset) to hashcat repository, what is DES_full.charset using for? 

Noticing that there is a DES_full.charset, I tried a new command:

Code:
hashcat64.exe -a 3 -m 14000 DES.hash -1 DES_full.charset --hex-charset ?1?1?1?1?1?1?1?1

It worked, I think the above command is right!!!


Messages In This Thread
RE: DES-ECB Example hashes? - by atom - 08-31-2016, 03:56 PM
RE: DES-ECB Example hashes? - by halexan - 09-01-2016, 02:56 AM