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
While generating a list of users and passwords, it seems that the check against the hash is being done with case sensitivity. The output string of SHA-1 is hexadecimal and therefore not case sensitive.
Admittedly, this is a minor issue, but I figured it was worth noting for anyone running into similar issues.