Top 20 NuGet encrypt Packages

Package Description
Package Description
East encrypt and decrypt string with sample static call methods
this lib allow you to encrypt the url parameters on asp.net mvc arch
My collection of security related classes.
An assembly for encrypting and decrypting values and data using the departments approved encryption algorithms.
GCrypt is a new Encryption provider for .NET
Encrypt helper.
Simple encrypt, decrypt, and hash
This Package contains the below activities. Encrypt - Encrypt the string with the security key. Decrypt- Decrypt the string with the security key. -
API для кодера TChat
SimpleEncryption.NET is a simple C# API that allow you to Encrypt and Decrypt Files, Byte Array and String. It provide you many chiffer, some verry quick and some verry strong. From Ceasar to AES, it allow you to save some IV Key for encrypting one side and decrypting an other side.
Hashio is a C # library for encrypting strings, commonly used to protect user passwords. See the full documentation: - https://github.com/iuryferreira/hashio
Encrypt, Decrypt and Hash with key. Example: string.Encrypt(key); string.Decrypt(key); string.ToMD5(key); string.ToSha256(key);
Package Description
Simple and easy to use tools for storing values while efficiently keeping them encrypted in the memory. The package conatins an alternative encrypted version for each variable type in CSharp. Code the same as before, just change from 'int' to 'EncInt' and the encryption will happen in the background...