Top 20 NuGet decrypt Packages

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.
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...