mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
acca562e9f
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user