Salted DES - how to crack
#1
Hello,

How to crack a salted DES with hashcat?

I created a salted DES hash like this:
perl -e 'print(crypt("7YQ588mWlp", "Fp"));'

Result: FpJcQ10ck7B4c

You can also create a salted DES hash online here:
https://unix4lyfe.org/crypt/

Is it possible to crack salted DES (used in OpenLDAP by the way) with hashcat when I know the hash (FpJcQ10ck7B4c) and salt (Fp)?

No hash/salt combination is accepted by hashcat. Even jtr did not help.

Thank you in advance for any help.
Reply


Messages In This Thread
Salted DES - how to crack - by Emkei - 10-17-2023, 10:12 PM
RE: Salted DES - how to crack - by penguinkeeper - 10-18-2023, 02:21 PM
RE: Salted DES - how to crack - by Emkei - 10-18-2023, 03:47 PM