mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Update Bitlocker minimum password length 4
This commit is contained in:
parent
50907c5fff
commit
0c6b12b0a7
@ -12,7 +12,7 @@ use Digest::SHA qw (sha256);
|
||||
use Crypt::Mode::ECB;
|
||||
use Encode;
|
||||
|
||||
sub module_constraints { [[0, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }
|
||||
sub module_constraints { [[4, 256], [16, 16], [-1, -1], [-1, -1], [-1, -1]] }
|
||||
|
||||
my $ITER = 1048576; # 0x100000
|
||||
my $SALT_LEN = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user