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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Simple Encrypt!