Awesome-Python-Scripts/file-encrypt-decrypt
dependabot[bot] dee2b76cbc
Bump cryptography from 3.2 to 3.3.2 in /file-encrypt-decrypt (#210)
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.2 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.2...3.3.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-05 22:11:24 +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 cryptography from 3.2 to 3.3.2 in /file-encrypt-decrypt (#210) 2021-05-05 22:11:24 +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 🗝