Awesome-Python-Scripts/file-encrypt-decrypt
Adi 🧙 63cb0ba71b adding a command line python script which:
* encrypts a given file
* decrypts it back to original
* updating main readme
2019-10-04 23:12:29 -07:00
..
.gitignore adding a command line python script which: 2019-10-04 23:12:29 -07:00
crypt.py adding a command line python script which: 2019-10-04 23:12:29 -07:00
Pipfile adding a command line python script which: 2019-10-04 23:12:29 -07:00
Pipfile.lock adding a command line python script which: 2019-10-04 23:12:29 -07:00
README.md adding a command line python script which: 2019-10-04 23:12:29 -07:00

🗝 crypt

A command line python script which can Encrypt a given file and also decrypt the encrypted file

Pre-requisites

  • install pipenv
$ brew install pipenv
  • install dependencies
$ pipenv install

Usage

  • Encrypt file
$ pipenv run python crypt -e file.txt
  • Decrypt file
$ pipenv run python crypt -d file.enc

note

  • file.enc will be created if you pass in file.txt
  • Do not loose the Encryption 🗝