Found 33 packages
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.
XLabs is a open source project that aims to provide a powerfull and cross platform set of controls tailored to work with Xamarin Forms. This package contains helpers to work with cryptography.
Lightweight helper library to perform common cryptographic operations. This helper library is wrapper from existing .NET framework library. This library requires .NET Framework 4.5+.
Utilitários para criptografia de arquivos, strings e certificados.
Kode-Aid shared cryptography (encryption/decryption) library.
Common extensions methods, helper classes, components, nano systems, and common patterns
.NET useful helpers.Reflection, Web, Xml schemas, clone, compression, regexp, and more.
Cryptography helpers for RSA and ECDSA.
Web helper pack for Variel Creatives
A collection of very generalised helpers for applications and libraries. The idea is to provide convienience methods and building blocks. All in a cross-platform .NET Standard 2.0 library.
BouncyCastle's helpers. Refactoring by System.Security.Cryptography code styles.
Cryptography helpers for Magic, allowing you to store passwords cryptographically secured, in addition to providing some other crypto functionality, such as cryptogragraphically secure random generator, and other hashin slots. To use package go to https://polterguy.github.io
Core utilities such as serialization, encryption, and general-purpose helpers.
The helpers and extension methods of AES/MD5/SHA/RSA/RC2/ECDSA/DSA/DES/TripleDES.
A library to make it easier to leverage crypto operations inside .NET. Use it for symmetric encryption and decryption. For properly hashing passwords (and that means properly in accordance to a "Troy Hunt" standard in .NET -- NOT endorsed by him by the way). This library also brings along some basic helper extension methods and utility generators for hashing and some generators for various things like random byte arrays, random numbers, and basic hashing. 1.0.1 -- Added better constructors and to the main entry point "CryptoHelpers" class. Also added the missing property for SymmetricEncryptionSvc. 1.1.0 -- Added HashingHelpers and RandomGenerators to the library 1.1.1 -- Added missing XML doc comments on the PasswordHashingData class and made this NuGet package a multi-target 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't realize how to multi-target a library in one NuGet package. *sigh* 2.0.0 -- Deprecated the NuGet package in order to allow users to use the multi-target NuGet package named Hallmanac.CryptoHelpers. Also changed the namespace to align with the library as a whole.
Security helpers and extensions for System.Security.Claims.
Lightweight cryptography helpers for .NET Framework to make cryptography operations easier.
The helpers and extension methods of AES/MD5/SHA/SHA2/SHA3/RSA/RC2/ECDSA/DSA/DES/TripleDES.
This encryption library provides a simple and secure way to protect sensitive data in .NET applications. It includes a set of utilities for symmetric and asymmetric encryption, hashing, and encoding/decoding operations, making it suitable for scenarios such as secure password storage, data transmission, and application-level data protection. Key features include: UTF-8 encoding/decoding helpers for safe text handling. Symmetric encryption (AES, DES, TripleDES) for fast and secure data protection. Asymmetric encryption (RSA) for key exchange and digital signatures. Hashing algorithms (SHA-256, SHA-512, MD5) for data integrity checks. Base64 and Hex encoding for binary-to-text transformations. Easy-to-use APIs that integrate seamlessly into .NET applications. Designed with simplicity in mind, the library ensures that developers can implement strong security measures without dealing with the complexity of low-level cryptographic APIs.