- encrypt and decrypt file
For Linux users:
- compile
$ gcc main.c -o main
- Run
$ ./main -e (encrypt)
$ ./main -d (dectypt)
For Windows users:
Open the c program in any IDE you want, then compile and run it
and then just follow the prompts
Actually, you can replace the encryption method if you like