15 packages tagged with “AES256”
Simplified wrappers around BouncyCastle to make it easier to use cryptography methods in your .Net project
A class library for common encryption tasks. Supports various hash and encryption algorithms.
Cryptographic utilities.
CryptHash.Net is a .NET multi-target class library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for text and files symmetric (AES_128_CBC / AES_192_CBC / AES_256_CBC / AES_128_GCM / AES_192_GCM / AES_256_GCM) authenticated encryption/decryption, text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, PBKDF2, BCrypt and Argon2id) and text encoding/decoding (Base64 and Hexadecimal).
*** THIS LIBRARY IS NO LONGER BEING MAINTAINED. USE THE CRYPTHASH.NET LIBRARY INSTEAD, WICH HAS BETTER DESIGN, PERFORMANCE AND ALGORITHMS SUPPORT *** CryptHash.Core is a .NET Standard Class Library for text and files symmetric (AES 256 CBC) authenticated (HMACSHA256) encryption/decryption with salt, and text/files hashing (MD5, SHA1, SHA256, SHA384, SHA512 and BCrypt).
Safe and secure data at rest protection.
Provides as simple as possible ability to use modern AES_256_GCM encryption protocol. Use 'EasyAES' class.
FastEasyStringExtensions is a clean, fast, and easy-to-use C# library providing a rich collection of extension methods for strings. Whether you’re building web apps, APIs, or desktop tools, these helpers make working with text simpler, faster, and more expressive. It addresses common string manipulation needs such as encoding, formatting, hashing, counting, and comparison, while keeping your code much more readable by enabling fluent syntax and free of boilerplate.
Lightweight encryption library provides a fast, simple and strong encryption for your data. It is based on AES-GCM encryption algorithm and provides support for auto-rotation of encryption keys.
Una librería .NET ligera y segura para encriptar y desencriptar IDs utilizando AES-256. Ideal para ocultar IDs de base de datos en URLs, proteger identificadores en APIs públicas y prevenir enumeración de recursos.
A lightweight and secure .NET library for encrypting and decrypting IDs using AES-256-GCM. Deterministic global encryption: the same ID always produces the same token, regardless of the entity.
The idea was to create a simple way to hash any type of data. So, there are generic extensions for almost any type. Some algorithms are performance optimized and probably more powerful than any other pure C# library of its kind.
A powerful AES encryption/decryption library for .NET with salt support. Supports AES256 and AES128 with secure PBKDF2 key derivation.
support symmetric algorithm 1. AES128 2. AES192 3. AES256 4. 3DES 5. DES 6. SEED support HashCode for IV (Integrity Verification) 1. SHA1 2. SHA256 3. SHA384 4. SHA512 5. MD2 6. MD4 7. MD5 refer to https://github.com/AJ-comp/Mythosia/tree/master/Mythosia.Security.Cryptography for detail.
CryptographyHelpers is a multi-target class library (.NET Core 3.0 / .NET Core 3.1 / .NET 5) to provide simple and centralized cryptography algorithms usage like symmetric encryption/decryption (AES128CBC, AES192CBC, AES256CBC, AES128GCM, AES192GCM, AES256GCM), hash (MD5, SHA1, SHA256, SHA384, SHA512), HMAC (HMAC-MD5, HMAC-SHA1, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512), Key Derivation Function (PBKDF2) and encoding/decoding (Base64 and Hexadecimal) of texts and files.