Fixed a bug where hashcat reported an invalid password for a zero-length password in LM

Fixes https://github.com/hashcat/hashcat/issues/434
This commit is contained in:
Jens Steube
2016-07-15 13:30:25 +02:00
parent 2167df6915
commit 62390b9cfa
3 changed files with 15 additions and 7 deletions
+1
View File
@@ -27,6 +27,7 @@
- Fixed a bug where hashcat crashes in case of a scrypt P setting > 1
- Fixed a bug where hashcat did not correctly use the newly cracked plains whenever --loopback or the induction folder was used
- Fixed a bug where hashcat did not correctly remove hashes of type WPA/WPA2 even if present in potfile
- Fixed a bug where hashcat reported an invalid password for a zero-length password in LM
* changes v2.01 -> v3.00: