mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
eaac3448df
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
.gitignore | ||
crypt.py | ||
Pipfile | ||
Pipfile.lock | ||
README.md |
🗝 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 infile.txt
- Do not loose the Encryption 🗝