IMPORTENT: This is a sample application not attended for production environments. It was built for educational purposes.
An AES Encryption & Decryption very "simple" application written using Laravel, that will allow the user to upload a file and encrypt/decrypt it using AES algorithm. The user can uses symmetric key or asymmetric key ( By using public key of the receiver ) in the encryption/decryption process.
Arabic
- Refactor the code and remove duplicated code.
- Add English language. maybe?
- Add support to different AES methods other than (AES-256-ECB).
- Add tests.