Awesome-Python-Scripts/file-encrypt-decrypt
dependabot[bot] 885629f66a
Bump py from 1.9.0 to 1.10.0 in /file-encrypt-decrypt (#209)
Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.9.0...1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21 12:34:18 +05:30
..
.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 Bump py from 1.9.0 to 1.10.0 in /file-encrypt-decrypt (#209) 2021-04-21 12:34:18 +05:30
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 🗝