An implementation of Argon2 winner of PHC https://password-hashing.net/#argon2 Usage follows standard types found in System.Security.Cryptography in corefx. Specifically DeriveBytes. C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id More than 2 times faster than original implementation.
License
—
Deps
6
Install Size
—
Vulns
✓ 0
Published
Dec 10, 2021
$ dotnet add package HOG.Argon2No README available.