hash(hash(plain, salt), salt2)
#1
Wow, hashcat is cool. 

Is there a way it can do hash(hash(plain, salt), salt2) instead of hash(plain, salt2) where salt is constant, salt2 is from the password hash, and plain is the plain text.  The hash is pbkdf2-hmac-sha512 mode 12100 fwiw.
Reply


Messages In This Thread
hash(hash(plain, salt), salt2) - by hashcollision - 06-07-2020, 11:03 PM
RE: hash(hash(plain, salt), salt2) - by undeath - 06-08-2020, 01:29 PM