Custom hash derived from DES encrypted pass
#2
So you have a password, that was encrypted with DES, then hashed with SHA1 right? So sha(des($pass)). No, by default hashcat doesn't support this. If you want to continue, you will need to first recover the DES string from SHA, then try to recover the plain from DES.

minlen= is not a hashcat option. You don't need to set a min/max since the length of your mask will determine what is run.


Messages In This Thread
RE: Custom hash derived from DES encrypted pass - by radix - 01-09-2013, 09:03 AM