10-03-2018, 07:58 PM
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.
"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.