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.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Sep 18, 2025
Get Started
$ dotnet add package Danthi.CryptographyReadme
No README available.