1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Update Bitlocker minimum password length 4

This commit is contained in:
Jens Steube 2019-12-31 22:04:31 +01:00
parent 50907c5fff
commit 0c6b12b0a7

View File

@ -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;