scrypt hash format
#2
You have to reformat the hashes for cracking with hascat. Hashcat's format is SCRYPT:n:r:p:salt:hash

salt and hash are base64-encoded. I think hashcat only supports hash lengths of 32 bytes. You have to truncate the hash value to 32 bytes in the case of cmiyc hashes.
Reply


Messages In This Thread
scrypt hash format - by arlininger - 08-09-2019, 07:01 PM
RE: scrypt hash format - by undeath - 08-12-2019, 11:19 AM
RE: scrypt hash format - by royce - 08-14-2019, 04:15 PM