Truecrypt/Veracrypt: Use CRC32 to verify headers instead of fuzzy logic, greatly reduces false positives from 18:2^48 to 3:2^64

This commit is contained in:
Jens Steube
2016-12-31 02:10:10 +01:00
parent fe37fce73f
commit b0ff13b496
18 changed files with 914 additions and 1011 deletions

View File

@@ -7,6 +7,7 @@
- Files: Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
- New option --progress-only: Quickly provides ideal progress step size and time to process on the user hashes and selected options, then quit
- Status screen: Reenabled automatic status screen display in case of stdin used
- Truecrypt/Veracrypt: Use CRC32 to verify headers instead of fuzzy logic, greatly reduces false positives from 18:2^48 to 3:2^64
- WPA cracking: Reuse PBKDF2 intermediate keys if duplicate essid is detected
##