A simple app using OpenSSL to encrypt and decrypt files using a symmetric encryption algorithm.
I am not a cryptographer and this might very well be very insecure.
- OpenSSL
- gcc
If you would like to give this small project a try, go ahead and clone it.
Compiling is as easy as running:
g++ main.cpp -o encryptor -lssl -lcrypto