You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The salt is the user name but lowercased. The current code only lowercases ascii. If given non-ascii hashes not already lowercased, this leads to false negatives.
Other krb5 formats possibly have the same problem.
The text was updated successfully, but these errors were encountered:
The salt is the user name but lowercased. The current code only lowercases ascii. If given non-ascii hashes not already lowercased, this leads to false negatives.
Other krb5 formats possibly have the same problem.
The text was updated successfully, but these errors were encountered: