Problem with scrypt - 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: Problem with scrypt (/thread-6123.html) |
Problem with scrypt - kost - 12-18-2016 I have a hash I believe is scrypt however I'm not 100%, the hash originally wasnt base64 encoded nor did it have SCRYPT: at the start, I base64 encoded the salt and digest but I'm getting line length exception with and without base64 encoding.. example hash(not real) Code: SCRYPT:4096:12:4:XVd2LXBjaFllI1kwMSptWQ==:ZWViZjZjNTLxOTZjMDNYMGFhNGQwMDYxMpc5OTA2OWQ2MmM5NzgxYTJmMDc6ZTYwMDY5MTOjYjkxNjNjOTM5Mw== RE: Problem with scrypt - royce - 11-19-2017 You might want try your attack against the example scrypt hash listed here: https://hashcat.net/wiki/doku.php?id=example_hashes ... to validate your attack method. |