this program was created to encrypt and decrypt file on windows or linux or any other plateform
First you must be compile this program using gcc or other compiler ex:
$> gcc encrypt_decrypt_file.c -lcrypto -o output
And
- to encrypt: $> ./output encrypt path_of_your_file
- to decrypt: $> ./output decrypt path_of_your_file
to contact me: ridouaniayoub@gmail.com
good luck