XmobiTea.Crypto is a comprehensive cryptography library for .NET that provides essential cryptographic functions, including encryption, decryption, hashing, and digital signatures. It is designed to be simple, secure, and efficient, making it easy to integrate robust cryptographic features into your applications.
Key Features
1. Encryption and Decryption
- Symmetric Encryption: Support for AES algorithms to ensure data confidentiality.
- Asymmetric Encryption: Implementation of RSA and other asymmetric algorithms for secure key exchange and encryption.
2. Hashing
- Secure Hash Functions: Provides implementations for SHA-256, SHA-512, MD5, and more, ensuring data integrity and authenticity.
- HMAC (Hash-based Message Authentication Code): Support for HMAC with various hash algorithms to ensure message integrity and authentication.
3. Digital Signatures
- Signing and Verification: Create and verify digital signatures using RSA, ECDSA, and other algorithms to ensure the authenticity of messages and documents.
4. Key Management
- Key Generation: Tools for generating and managing cryptographic keys, including support for both symmetric and asymmetric keys.
- Key Storage: Secure methods for storing and retrieving cryptographic keys.
5. Utilities and Extensions
- Base64 and Hex Encoding: Functions for encoding and decoding data in Base64 and hexadecimal formats.
- Password Hashing: Secure methods for hashing and verifying passwords using PBKDF2, bcrypt, and other algorithms.
Installation
To install XmobiTea.Crypto.Aes, use NuGet Package Manager: Install-Package XmobiTea.Crypto.Aes