hashcat Forum
hash(hash(plain, salt), salt2) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: hash(hash(plain, salt), salt2) (/thread-9282.html)



hash(hash(plain, salt), salt2) - hashcollision - 06-07-2020

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.


RE: hash(hash(plain, salt), salt2) - undeath - 06-08-2020

Arbitrarily combining hash modes is not possible. Have a look at mdxfind.