Geralt 2.1.0

.NET 6.0
dotnet add package Geralt --version 2.1.0
NuGet\Install-Package Geralt -Version 2.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="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geralt --version 2.1.0
#r "nuget: Geralt, 2.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=2.1.0

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

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 primitive for each task is provided when possible.
  • Modern: the latest and greatest cryptographic primitives, such as (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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
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
2.1.0 4,068 5/13/2023
2.0.0 4,982 11/30/2022
1.3.0 1,114 9/1/2022
1.2.0 397 8/30/2022
1.1.0 336 8/29/2022
1.0.3 419 8/22/2022
1.0.2 366 8/12/2022
1.0.1 376 8/9/2022
1.0.0 345 8/8/2022