SkillAgentSearch skills...

Encipher

📦 File encryption command-line tool written in python.

Install / Use

/learn @nipunravisara/Encipher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 git@github.com: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

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks1

Languages

Python

Security Score

75/100

Audited on Apr 30, 2023

No findings