1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-15 19:18:23 +00:00

fix module_constraints (Optimized-Mode-PW-Constraints) for -m 400

This commit is contained in:
Gabriele Gristina 2025-07-10 23:10:04 +02:00
parent a8bafcc64e
commit a5fd16d9cd
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -12,7 +12,7 @@ use warnings;
use Authen::Passphrase::PHPass;
sub module_constraints { [[0, 256], [8, 8], [0, 55], [8, 8], [-1, -1]] }
sub module_constraints { [[0, 256], [8, 8], [0, 39], [8, 8], [-1, -1]] }
sub module_generate_hash
{