DBTek Crypto Utils
Crypto is a library to Encrypt/Decrypt and Hash files and strings
Implemented Algorithms: Hash
- CRC32
- HMAC-MD5
- MD5
- SHA-1
- Unix-MD5
- Unix-SHA2-256
- Unix-SHA2-512
Implemented Algorithms: Encode/Decode
- Base64
- QuotedPrintable
- Rijndael (AES)
- TripleDes
- UUEncode
Installation
The Crypto library is available on NuGet. Just search DBTek.Crypto in the Package Manager GUI or run the following command in the Package Manager Console:
Install-Package DBTek.Crypto
Usage
Refer to the project documentation to find examples about how to use this library.
Support
If you encounter some issues trying this library, please let me know through the Issues page and I'll fix the problem as soon as possible!