Encipher is a simple File encryption commad-line tool written in python.
- Encrypt files
- Decrypt files
- Password protected
- Linux distribution
- Python 3 or greater
- Vertual environment (optional)
Better run within a virtualenv
git clone git@github.com:RavisaraDev/encipher.git
cd encipher
pip install -r requirements.txtYou can simply run encipher by
python encipher.py Run with Command-Line Arguments
python encipher.py [Option] [Folder_path] [Password]| Argument name | Example argument | Explanation |
|---|---|---|
| Option | -e or -d |
-e to encrypt files -d to decrypt files |
| Folder_path | /john/Docs/Secrets |
Path to folder that needs to encrypt or decrypt |
| Password | #123&GhysA1 |
Your passoword (To decrypt needs same passoword used to encrypt) |
Encipher is licensed under the MIT License
