Geralt 3.0.1

dotnet add package Geralt --version 3.0.1
NuGet\Install-Package Geralt -Version 3.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Geralt" Version="3.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geralt --version 3.0.1
#r "nuget: Geralt, 3.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Geralt as a Cake Addin
#addin nuget:?package=Geralt&version=3.0.1

// Install Geralt as a Cake Tool
#tool nuget:?package=Geralt&version=3.0.1

Geralt

Maintained License NuGet

Geralt is a modern cryptographic library for .NET 6+ based on libsodium and inspired by Monocypher.

  • Simple: an easy-to-learn API with descriptive naming. Only one algorithm for each task is provided when possible.
  • Modern: the latest and greatest cryptographic algorithms, such as AEGIS-128L/AEGIS-256, (X)ChaCha20-Poly1305, BLAKE2b, Argon2id, X25519, and Ed25519.
  • Secure: libsodium was audited in 2017 and is the library of choice for lots of projects and even large companies.
  • Fast: libsodium is faster than many other cryptographic libraries. Furthermore, Geralt uses Span<T> buffers to avoid memory allocations.

For more information, please visit these links:

Documentation: https://www.geralt.xyz/
Installation: https://www.geralt.xyz/#installation
Open issues: https://github.com/samuel-lucas6/Geralt/issues
Pull requests: https://github.com/samuel-lucas6/Geralt/pulls
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Geralt:

Package Downloads
Aguacongas.TheIdServer.Identity.Argon2PasswordHasher

Argon2 Password Hasher for ASP.NET Core Identity.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Geralt:

Repository Stars
Aguafrommars/TheIdServer
OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
samuel-lucas6/Kryptor
A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.
Version Downloads Last updated
3.0.1 9,340 11/19/2023
3.0.0 3,449 10/1/2023
2.1.0 4,744 5/13/2023
2.0.0 5,483 11/30/2022
1.3.0 1,157 9/1/2022
1.2.0 420 8/30/2022
1.1.0 354 8/29/2022
1.0.3 454 8/22/2022
1.0.2 386 8/12/2022
1.0.1 392 8/9/2022
1.0.0 379 8/8/2022