mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-10 15:51:10 +00:00
Remove commented parts -m 13400
This commit is contained in:
parent
52b17a602f
commit
d01ba8efe4
@ -8462,7 +8462,7 @@ sub get_random_axcrypt_salt
|
|||||||
|
|
||||||
sub get_random_keepass_salt
|
sub get_random_keepass_salt
|
||||||
{
|
{
|
||||||
my $version = 1;# get_random_num (1, 3);
|
my $version = get_random_num (1, 3);
|
||||||
|
|
||||||
my $algorithm;
|
my $algorithm;
|
||||||
|
|
||||||
@ -8472,7 +8472,7 @@ sub get_random_keepass_salt
|
|||||||
|
|
||||||
if ($version == 1)
|
if ($version == 1)
|
||||||
{
|
{
|
||||||
$algorithm = 1;#get_random_num (0, 2);
|
$algorithm = get_random_num (0, 2);
|
||||||
|
|
||||||
$iteration = get_random_num (50000, 100000);
|
$iteration = get_random_num (50000, 100000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user