![]() |
SCRYPT Token length exception when derived key length not 32 bytes? - 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: SCRYPT Token length exception when derived key length not 32 bytes? (/thread-10962.html) |
SCRYPT Token length exception when derived key length not 32 bytes? - TheRammer - 08-12-2022 It appears "hashcat -m 8900" (scrypt) only recognizes hashes with a derived key length of 32. My shorter key length of 24 causes an exception: Code: Hashfile 'my_sample_hashes.txt' on line 2 (SCRYPT...[hash redacted]): Token length exception The two hashes in "my_sample_hashes.txt" were created with Perl: Code: #!/usr/bin/perl -l Any suggestions? Thanks! |