Here\'s the deal: I\'m moving a .NET website to Python. I have a database with passwords hashed using the System.Security.Cryptography.SHA1Managed utility.
I\'m cre
When you use the string CreateHash(string, string)
overload, the following occurs: