modernuo / Argon2.Bindings

Argon2 Bindings for .NET 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Bindings for Argon 2

.NET 7 bindings for Argon 2

Installation

Install through NuGet. The package can be found by searching for Argon2.Bindings. This package only supports x64 and arm64 architectures. Pull requests are welcome to add support for other architectures/operating systems.

Usage

using System.Security.Cryptography;

var hasher = new Argon2PasswordHasher();

string myhash = hasher.Hash("mypassword");

About

Argon2 Bindings for .NET 7


Languages

Language:C# 82.0%Language:Dockerfile 17.4%Language:Shell 0.7%