hashcat Forum

Full Version: 3des comand
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello people, can someone please help me, unfortunately I only have this part of the command, can someone please post the whole command, thank you very much

  14100 | 3DES (PT = $salt, key = $pass)                  | Raw Cipher, Known-Plaintext attack
It's not "a part of the command", it's just the help file.
To attack 3DES set "-m" switch to 14100
Example:
Code:
hashcat -m 14100 wordlist hashfile
where wordlist contains a list of passwords and hashfile contains you hash(es), where a sample hash looks like 37387ff8d8dafe15:8152001061460743
Yes thank you, but i need the whole cmd
that is the whole command.