1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 00:28:11 +00:00
This commit is contained in:
jsteube 2017-09-20 09:41:19 +02:00
commit acca562e9f
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,7 @@
## Algorithms ## Algorithms
## ##
- Added hash-mode 2500 = WPA/WPA2 (SHA256-AES-CMAC)
- Added hash-mode 2501 = WPA/WPA2 PMK - Added hash-mode 2501 = WPA/WPA2 PMK
## ##

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; case 13763: salt->salt_iter = user_options->veracrypt_pim * 2048;
break; break;
} }
salt->salt_iter -= 1;
} }
return 0; return 0;