Restore maximum password length 128 for pure RAR3 kernels

This commit is contained in:
Jens Steube
2021-05-21 22:04:24 +02:00
parent fd51086395
commit df8a773341
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ use Digest::SHA;
use Crypt::CBC;
use Encode;
sub module_constraints { [[0, 64], [8, 8], [0, 20], [8, 8], [-1, -1]] }
sub module_constraints { [[0, 128], [8, 8], [0, 20], [8, 8], [-1, -1]] }
my $ITERATIONS = 0x40000;
+1 -1
View File
@@ -13,7 +13,7 @@ use Crypt::CBC;
use Encode;
use Digest::CRC qw (crc32);
sub module_constraints { [[0, 64], [8, 8], [0, 20], [8, 8], [-1, -1]] }
sub module_constraints { [[0, 128], [8, 8], [0, 20], [8, 8], [-1, -1]] }
my $ITERATIONS = 0x40000;