A simple Java project showcasing encryption and decryption for the common symmetric encryption algroithms.
This is implemented using external libraries.
Algorithms included: 1. One-Time Pad (OTP) Encryption and Decryption 2. Triple-DES (3DES) Encryption and Decryption 3. AES Encryption and Decryption
Author: Yonas W. Email: yonaseth12@gmail.com