Noob - Understanding hashcat input format
#2
-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900 --example-hashes

if you use PBKDF2-HMAC-SHA256, it is PBKDF2-HMAC-SHA256. it can't be any other format without pbkdf2, or without hmac or without sha256.


Messages In This Thread
RE: Noob - Understanding hashcat input format - by philsmd - 08-03-2018, 06:05 PM