| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To run this:
python crypt --help
usage: crypt.py [-h] [-g] [-e] [-d] file
Simple File Encryptor Script
positional arguments:
file File to encrypt/decrypt
optional arguments:
-h, --help show this help message and exit
-g, --generate-key Whether to generate a new key or use existing
-e, --encrypt Whether to encrypt the file, only -e or -d can be
specified.
-d, --decrypt Whether to decrypt the file, only -e or -d can be
specified.
python crypt.py data.csv --generate-key --encrypt
python crypt.py data.csv --decrypt
python crypt.py another_file --encrypt
| Back | FazBrowse Home | New Git URL |