Skip to content

πŸ“¦ File encryption command-line tool written in python.

License

Notifications You must be signed in to change notification settings

nipunravisara/encipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Encipher screenshot

Encipher

Build Status Maintenance contributions welcome

Encipher is a simple File encryption commad-line tool written in python.

  • Encrypt files
  • Decrypt files
  • Password protected

πŸ” Requirements

  • Linux distribution
  • Python 3 or greater
  • Vertual environment (optional)

πŸ“¦ Installation

Better run within a virtualenv

git clone [email protected]:RavisaraDev/encipher.git
cd encipher
pip install -r requirements.txt

πŸš€ Usage

You can simply run encipher by

python encipher.py 

or

Run with Command-Line Arguments

python encipher.py [Option] [Folder_path] [Password]

Command-Line Arguments

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)

πŸ—ž License

Encipher is licensed under the MIT License