Konscious.Security.Cryptography.Argon2
1.2.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.
C# Implementation of the Argon2 1.3 spec with variants for Argon2i, Argon2d, and Argon2id
Install-Package Konscious.Security.Cryptography.Argon2 -Version 1.2.1
dotnet add package Konscious.Security.Cryptography.Argon2 --version 1.2.1
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Konscious.Security.Cryptography.Argon2 --version 1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Konscious.Security.Cryptography.Argon2, 1.2.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Konscious.Security.Cryptography.Argon2 as a Cake Addin
#addin nuget:?package=Konscious.Security.Cryptography.Argon2&version=1.2.1
// Install Konscious.Security.Cryptography.Argon2 as a Cake Tool
#tool nuget:?package=Konscious.Security.Cryptography.Argon2&version=1.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6
- Konscious.Security.Cryptography.Blake2 (>= 1.0.9)
-
.NETStandard 1.3
- Konscious.Security.Cryptography.Blake2 (>= 1.0.9)
- NETStandard.Library (>= 1.6.1)
- System.IO.UnmanagedMemoryStream (>= 4.3.0)
Used By
NuGet packages (17)
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
|
|
CookedRabbit.Core
CookedRabbit.Core is a C# RabbitMQ wrapper for NetCore.
|
|
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).
|
|
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)
|