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
+1 -1
View File
@@ -522,7 +522,7 @@ typedef enum user_options_defaults
MARKOV_CLASSIC = false,
MARKOV_DISABLE = false,
MARKOV_THRESHOLD = 0,
NONCE_ERROR_CORRECTIONS = 16,
NONCE_ERROR_CORRECTIONS = 8,
NVIDIA_SPIN_DAMP = 100,
OPENCL_VECTOR_WIDTH = 0,
OUTFILE_AUTOHEX = true,