.NET Library for Encryption/Decryption.
Usage:
Encrypting file using AES (256 bits): CyberCrypt._AES256.EncryptFile("C:\example.txt", "YourPassword")
Decrypting file using AES (256 bits): CyberCrypt._AES256.DecryptFile("C:\example.txt", "YourPassword")
Hashing string using SHA512:...
More information
Add support for major cryptographic standards to Apps: S/MIME, OpenPGP, TripleDES, TwoFish, RSA, AES, etc. Includes X.509 and OpenPGP certificate management.
Before using the product a valid license must be installed. To activate a 30-day trial license navigate to the package installation directory...
More information