C# (CSharp) Liphsoft.Crypto.Argon2 PasswordHasher.Verify - 3 examples found. These are the top rated real world C# (CSharp) examples of Liphsoft.Crypto.Argon2.PasswordHasher.Verify extracted from open source projects. You can rate examples to help us improve the quality of examples.
Hashes the raw password bytes and verifies that the password results in the specified hash. The ArgonType must of this PasswordHasher object must match what was used to generate expectedHash. The other parameters (timeCost, etc.) do not need to match and the parameters embedded in the expectedHash will be used. Hashing the password should result in this hash The raw password bytes to hash and compare its result to expectedHash Whether the password results in the expectedHash when hashed