ciphit is a cryptography CLI-tool
Project description
ciphit
is a basic cryptography cli-tool, Currently only supports AES-CBC.
Prerequisites
- Packages:
- cryptography
>=2.8
- rich
>=8.0.0
- click
>=7.1.2
- click-option-group
>=0.5.1
- cryptography
Installation
On shell run this command:
$ python3 -m pip install ciphit --upgrade
Or
To install ciphit
directly from source, you have to clone the repo and checkout to ./ciphit
$ git clone https://github.com/sgrkmr/ciphit.git
$ cd ciphit
Now, you may install ciphit
via either of these two commands:
$ pip install .
$ python setup.py install
ciphit
is now installed.
for eg. to show the help
message, use:
$ ciphit --help
Make sure you run these commands in Terminal/CMD or any other shell you use.
License
Licensed under MIT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ciphit-0.5.1.tar.gz
(4.5 kB
view hashes)
Built Distribution
ciphit-0.5.1-py3-none-any.whl
(7.1 kB
view hashes)