1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-03-26 04:15:42 +00:00

Fix use of veracrypt-pim

This commit is contained in:
Jens Steube 2017-09-19 16:41:31 +02:00
parent 68f5b12754
commit 24a78574e2

View File

@ -25162,6 +25162,8 @@ int hashconfig_general_defaults (hashcat_ctx_t *hashcat_ctx)
case 13763: salt->salt_iter = user_options->veracrypt_pim * 2048;
break;
}
salt->salt_iter -= 1;
}
return 0;