Konscious.Security.Cryptography.Argon2
1.0.1
See the version list below for details.
dotnet add package Konscious.Security.Cryptography.Argon2 --version 1.0.1
NuGet\Install-Package Konscious.Security.Cryptography.Argon2 -Version 1.0.1
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.0.1" />
paket add Konscious.Security.Cryptography.Argon2 --version 1.0.1
#r "nuget: Konscious.Security.Cryptography.Argon2, 1.0.1"
// Install Konscious.Security.Cryptography.Argon2 as a Cake Addin
#addin nuget:?package=Konscious.Security.Cryptography.Argon2&version=1.0.1
// Install Konscious.Security.Cryptography.Argon2 as a Cake Tool
#tool nuget:?package=Konscious.Security.Cryptography.Argon2&version=1.0.1
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
-
.NETCoreApp 1.0
- Konscious.Security.Cryptography.Blake2 (>= 1.0.1)
- Microsoft.NETCore.App (>= 1.0.0)
NuGet packages (28)
Showing the top 5 NuGet packages that depend on Konscious.Security.Cryptography.Argon2:
Package | Downloads |
---|---|
VIEApps.Components.Utility
The general purpose component for developing apps with .NET |
|
VIEApps.Components.Utility.StrongName
The general purpose component for developing apps with .NET |
|
CryptHash.Net
CryptHash.Net is a .NET multi-target class library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for text and files symmetric (AES_128_CBC / AES_192_CBC / AES_256_CBC / AES_128_GCM / AES_192_GCM / AES_256_GCM) authenticated encryption/decryption, text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, PBKDF2, BCrypt and Argon2id) and text encoding/decoding (Base64 and Hexadecimal). |
|
CookedRabbit.Core
CookedRabbit.Core is a C# RabbitMQ wrapper for NetCore. |
|
PasswordManagerAccess
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Konscious.Security.Cryptography.Argon2:
Repository | Stars |
---|---|
Mikescher/AlephNote
Lightweight note taking client for Simplenote or Standard Notes (or simply local storage)
|
Added exceptions with messaging for invalid numeric parameters.