Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
o3logon format: Use a truncated salt instead of segfaulting in case
user runs a codepage-encoded input file with encoding set to UTF-8. See discussion in #2243. Closes #2243.
- Loading branch information
dc632b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not a bad fix/hack ? You now have a hash that is being processed, but will never be cracked since it is invalid for the encoding type.
dc632b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well it's no difference than attacking CP737-made LM hashes using CP850. Garbage in, garbage out. Besides, the user DID get a warning about it.