1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +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,7 +16,8 @@
## Algorithms
##
- Added hash-mode 2501 = WPA/WPA2 PMK
- Added hash-mode 2500 = WPA/WPA2 (SHA256-AES-CMAC)
- Added hash-mode 2501 = WPA/WPA2 PMK
##
## Bugs

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;