Top 20 NuGet cryptography Packages

A sample showing how to use SecretSplitter to split up a secret and SecretCombiner to recover it.
The library provides the necessary encryption key management and protection using a combination of ssl certificates, blob and table storage in order to offer cryptographic services to Azure Websites
Off The Record (OTR) protocol library in C# for Windows Runtime. Implements Perfect Forward Secrecy
Nequeo OpenSSL client component
Library containing basic abstractions to cryptography. Aims to fill the gap in cryptographic API lack in .NET Standard 1.0, and to co-operate with existing cryptographic API in other .NET frameworks.
Provides block-based digest-producing cryptographical algorithms. Also provides concrete implementation for RandomGenerator interface of UtilPack.Cryptography package.
Breaking Change -- This package is now deprecated in favor of the Hallmanac.CryptoHelpers NuGet package. The breaking change is that the namespaces have changed in this library to match the .NET Standard library. It is now "Hallmanac.CryptoHelpers". The author (being me) was a little daft and didn'...
A .NET library made in F# to do encryption and decryptions of text with caesar cipher. Create an instance of the class/module `CaesarCipher`, and start by using the functions `Encrypt(message:string, key:int)` and `Decrypt(message:string, key:int)`.
Cryptographically secure implementations of Bogosoft.Hashing contracts.
Provides best practice encryption and hashing methods. These functions can be used to safely encrypt data and hash passwords.
An open source email-like message passing protocol with focus on confidentiality and authentication.
Internal package
PwnedPasswords.net client library
dotnet-encrypt. encrypt a file that can be read using ChatLe.Cryptography.Utility. Usage: encrypt {path to the file to encryp} {secret-key}
A .NET wrapper for the XChaCha constructions and APIs provided by the libsodium crypto library.
Provides modern cryptographic algorithm implementations for .NET Core.
Basic cryptography functions
Implementation of Wang Yi's wyhash 64-bit hash algorithm and wyrand PRNG. Implements wyhash v1