A command line python script which can Encrypt a given file and also decrypt the encrypted file
- install pipenv
$ brew install pipenv- install dependencies
$ pipenv install- Encrypt file
$ pipenv run python crypt -e file.txt- Decrypt file
$ pipenv run python crypt -d file.encnote
file.encwill be created if you pass infile.txt- Do not loose the Encryption 🗝