PWDTK.NET (Password Toolkit) is a .NET API which easily allows you to create crypto random salt strings and generate password hashes using a HMAC SHA-512 based version of the PBKDF2 specification. It also contains an implementation of password policies which are enforced using regular...
More information
A tool for text hashing with random or defined salt, and verfiy it by extracting the salt from hashed text, then hash the plain text with the extracted salt and match it with the original hashed text.