Fixed the maximum password length check in password reassembling function

Fixes #1492
This commit is contained in:
jsteube
2018-01-22 18:59:46 +01:00
parent ce0cee0ac4
commit 7a8239b4c1
4 changed files with 335 additions and 292 deletions
+1
View File
@@ -28,6 +28,7 @@
- Fixed the output of --show if $HEX[] passwords are present within the potfile
- Fixed a restore issue leading to "Restore value is greater than keyspace" in case mask-files or wordlist-folders were used
- Fixed a mask-length check issue: Return -1 in case the mask-length is not within the password-length range
- Fixed the maximum password length check in password reassembling function
##
## Improvements