Skip to content

A simple commandline app for encrypt / decrypt files in Python 3.

Notifications You must be signed in to change notification settings

Matte478/cryptocli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptocli

A simple commandline app for encrypt / decrypt files in Python 3.

Installation

In the root directory of the CLI source code run installation bash script.

sudo sh install.sh

Prerequisites

  • python >= 3.8
  • pip

Usage

usage: cryptocli [-h] [-v] {symmetric-mode,hybrid-mode,generate-key} ...

positional arguments:
  {symmetric-mode,hybrid-mode,generate-key}
    symmetric-mode      symmetric mode for encryption / decryption
    hybrid-mode         hybrid mode for encryption / decryption
    generate-key        generate key pair (public and private) for hybrid mode

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         Display this application version

License

MIT © dave.

About

A simple commandline app for encrypt / decrypt files in Python 3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published