/Encipherr-CLI

a CLI version of Encipherr web app.

Primary LanguagePython

Encipherr-CLI

A command line interface (CLI) version of Encipherr for the offline usage.

Why the need of a CLI version ?

  • offline access
  • your data will be processed locally which means more security.
  • lightweight,no need for a browser.
  • more features than the web version.

Requirements:

  • python 3.8
  • cryptography module
  • argparse

Usage

In your terminal type:

 python3 encipherr.py -h

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT