Fixed an invalid progress value in status view if words from the base wordlist get rejected because of length

This commit is contained in:
jsteube
2017-08-19 17:02:05 +02:00
parent 319799bbbf
commit 0846b33f52
2 changed files with 12 additions and 4 deletions
+4 -3
View File
@@ -20,14 +20,15 @@
## Bugs
##
- Fixed a memory problem that occured when the OpenCL folder was not found and e.g. the shared and session folder were the same
- Fixed a parser error for mode -m 9820 = MS Office <= 2003 $3, SHA1 + RC4, collider #2
- Fixed a problem with changed current working directory, for instance by using --restore together with --remove
- Fixed a memory problem that occured when the OpenCL folder was not found and e.g. the shared and session folder were the same
- Fixed the version number used in the restore file header
- Fixed the parsing of command line options. It doesn't show two times the same error about an invalid option anymore.
- Fixed an invalid progress value in status view if words from the base wordlist get rejected because of length
- Fixed the estimated time value whenever the value is very large and overflows
- Fixed the parsing of command line options. It doesn't show two times the same error about an invalid option anymore.
- Fixed the parsing of DCC2 hashes by allowing the "#" character within the user name
- Fixed the parsing of descrypt hashes if the hashes do have non-standard characters within the salt
- Fixed the version number used in the restore file header
##
## Improvements