I'm having an issue discovering what hashing algorithm is being used when inserting a password into a database, I have the password in the clear, and the hashed password itself, plus a salt, but I can't figure out what's going on in between (PHP developer, not .NET).
If anyone can help me out with what type of hashing has been used that would be ace.
- The unhashed password: a77U3b3ovil@chee
- The salt: 394279838
- The hashed password: F80ADFC2175F9DB94745E6A9B8CFA575D5B94263C523F9249620BEC958026DB4
It's being inserted into an mssql database via ASP.