mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Fixed Unit Test salt-max in case of optimized kernel, with hash-type 22 and 23
This commit is contained in:
parent
b6138ac361
commit
54605b9254
@ -29,6 +29,7 @@
|
|||||||
- Fixed bug on benchmark engine, from now it will not stop at the first error detected
|
- Fixed bug on benchmark engine, from now it will not stop at the first error detected
|
||||||
- Fixed false negative on Unit Test in case of out-of-memory with grep in single mode
|
- Fixed false negative on Unit Test in case of out-of-memory with grep in single mode
|
||||||
- Fixed Unit Test early exit on luks test file download/extract failure
|
- Fixed Unit Test early exit on luks test file download/extract failure
|
||||||
|
- Fixed Unit Test salt-max in case of optimized kernel, with hash-type 22 and 23
|
||||||
|
|
||||||
##
|
##
|
||||||
## Technical
|
## Technical
|
||||||
|
@ -10,7 +10,7 @@ use warnings;
|
|||||||
|
|
||||||
use Digest::MD5 qw (md5);
|
use Digest::MD5 qw (md5);
|
||||||
|
|
||||||
sub module_constraints { [[0, 232], [0, 232], [0, 32], [0, 32], [0, 32]] }
|
sub module_constraints { [[0, 232], [0, 232], [0, 32], [0, 28], [0, 32]] }
|
||||||
|
|
||||||
sub module_generate_hash
|
sub module_generate_hash
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@ use warnings;
|
|||||||
|
|
||||||
use Digest::MD5 qw (md5_hex);
|
use Digest::MD5 qw (md5_hex);
|
||||||
|
|
||||||
sub module_constraints { [[0, 247], [0, 247], [0, 47], [0, 47], [0, 47]] }
|
sub module_constraints { [[0, 247], [0, 247], [0, 47], [0, 43], [0, 47]] }
|
||||||
|
|
||||||
sub module_generate_hash
|
sub module_generate_hash
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user