Argon2Verify(String, Argon2Config) Method
Verify the given Argon2 hash as being that of the given password.
Namespace: Gemstone.Security.Cryptography.Argon2HashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.171 -- Release Build+9bbaecd83e44e0973a7b18ef958272cfb4d67729
Gemstone.Security.Cryptography.Argon2Hash.Argon2.Verify = function(encoded, configToVerify);
- encoded String
-
The Argon2 hash string. This has the actual hash along with other parameters used in the hash.
- configToVerify Argon2Config
-
The configuration that contains the values used to created encoded.
Boolean
True on success; false otherwise.