C# (CSharp) Liphsoft.Crypto.Argon2 Namespace

Classes

Name Description
Argon2Context
Argon2Exception An exception class to wrap the errors returned by Daniel Dinu and Dmitry Khovratovich's Argon2 library. Except through very unusual conditions, the only exceptions which could be thrown from PasswordHasher are Argon2Exception, ArgumentNullException, DllNotFoundException (if libargon2.dll is not found)
HashMetadata HashMetadata represents the information stored in the encoded Argon2 format
PasswordHasher PasswordHasher is a class for creating Argon2 hashes and verifying them. This is a wrapper around Daniel Dinu and Dmitry Khovratovich's Argon2 library.
Program