WPA cracking: Improved nonce-error-corrections mode to fix corrupt nonce generated on Big-Endian devices

WPA cracking: Reduced --nonce-error-corrections default from 16 to 8 to compensate speed drop caused due to Big-Endian fixes
Fixes https://github.com/hashcat/hashcat/issues/1221
This commit is contained in:
jsteube
2017-04-10 10:11:32 +02:00
parent 8caf3ba57f
commit 26949a4fce
3 changed files with 362 additions and 79 deletions
+14
View File
@@ -1,3 +1,17 @@
* changes v3.40 -> 3.5.x:
##
## Improvements
##
- WPA cracking: Improved nonce-error-corrections mode to fix corrupt nonce generated on Big-Endian devices
##
## Technical
##
- WPA cracking: Reduced --nonce-error-corrections default from 16 to 8 to compensate speed drop caused due to Big-Endian fixes
* changes v3.40 -> 3.5.0:
##