hashcat in VM
#7
triple des is a cipher which encrypts blocks (8 bytes = 64 bits, our hashcat salt = plaintext and hash = ciphertext in hex) and a key lengh of 24 bytes (3 times 8 bytes).. see https://en.wikipedia.org/wiki/Triple_DES (Keying option 1, all 3 keys are independent)

if you have an alternative where some of those keys are related, you need to somehow feed hashcat with the correct 24 bytes (pipe, dict attack etc)
Reply


Messages In This Thread
hashcat in VM - by strcmp - 12-08-2019, 04:13 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 04:37 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 04:42 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 04:46 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 05:12 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 05:47 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 05:55 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 06:10 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 09:07 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 10:06 PM
RE: hashcat in VM - by strcmp - 12-21-2019, 05:39 PM
RE: hashcat in VM - by undeath - 12-21-2019, 06:33 PM
RE: hashcat in VM - by philsmd - 12-21-2019, 06:51 PM