RSA (Rivest-Shamir-Adleman) is a public-key encryption algorithm with a typical key size of 1,024 to 4,096 bits. 2 large primes are required to generate the keys.
AES (Advanced Encryption Standard) is based on Rijndael, secret-key encryption algorithm using a block cipher with key sizes of 128, 192, or 256 bits.
Simple Encrypt will take a text file, generate keys and then encrypt it. The output is the ciphertext and keys.
Note:
Realistically, I will keep the algorithms simple(r) by having key sizes of 32 bits! Hopefully, I'll get round to developing a reasonably efficient class for larger numbers, but until then I am restricted.
Categories
Encryption AlgorithmsFollow Simple Encrypt
Other Useful Business Software
Find Hidden Risks in Windows Task Scheduler
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Simple Encrypt!