Geralt 3.1.0
dotnet add package Geralt --version 3.1.0
NuGet\Install-Package Geralt -Version 3.1.0
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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geralt --version 3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Geralt, 3.1.0"
#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.1.0 // Install Geralt as a Cake Tool #tool nuget:?package=Geralt&version=3.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Geralt
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 | Versions 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 was computed. 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-ios17.5 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.5 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-tvos17.5 is compatible. 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.
|