1
mirror of https://github.com/hashcat/hashcat synced 2024-12-01 20:18:12 +01:00

Make sure the salts are unique in unit tests, otherwise -m 6800 will fail

This commit is contained in:
jsteube 2019-02-17 09:09:29 +01:00
parent f4e43da456
commit 5c9544bca5

View File

@ -11,7 +11,8 @@ use warnings;
use Crypt::CBC;
use Crypt::PBKDF2;
sub module_constraints { [[0, 255], [1, 15], [-1, -1], [-1, -1], [-1, -1]] }
# we need to make sure the salts are unique, otherwise this module will fail
sub module_constraints { [[0, 255], [10, 15], [-1, -1], [-1, -1], [-1, -1]] }
sub module_generate_hash
{