PBKDF2-SHA256 Signature unmatched error
#2
hashcat expects this format: https://hashcat.net/wiki/doku.php?id=example_hashes (search for 10900)

"sha256", ":", iterations, ":", base64 salt, ":", base64 digest

both salt and the "hash" (digest) must be encoded with base64

Hashcat "only" supports this format, but it should be pretty easy for you to convert it, if you have the hashes in the other format from jtr.


Messages In This Thread
RE: PBKDF2-SHA256 Signature unmatched error - by philsmd - 10-03-2018, 07:58 PM