This commit is contained in:
jsteube
2017-09-20 09:41:19 +02:00
2 changed files with 4 additions and 1 deletions
+2 -1
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
+2
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;