Info
Version: | 1.3.1 |
Author(s): | Keef Aragon |
Last Update: | Wednesday, June 19, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/kmaragon/Konscious.Security.Cryptography |
NuGet Url: | https://www.nuget.org/packages/Konscious.Security.Cryptography.Argon2 |
Install
Install-Package Konscious.Security.Cryptography.Argon2
dotnet add package Konscious.Security.Cryptography.Argon2
paket add Konscious.Security.Cryptography.Argon2
Konscious.Security.Cryptography.Argon2 Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- Konscious.Security.Cryptography.Blake2(>= 1.0.9)
- NETStandard.Library(>= 1.6.1)
- System.IO.UnmanagedMemoryStream(>= 4.3.0)
- Konscious.Security.Cryptography.Blake2(>= 1.0.9)
Tags
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.