ciphit is a cryptography CLI-tool
Project description
ciphit
is a basic cryptography CLI-tool written in python, Currently only supports `AES`.
Prerequisites
- Packages:
- pycrypto
>=2.6.1
- rich
>=8.0.0
- click
>=7.1.2
- click-option-group
>=0.5.1
- pycrypto
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/PowerShell or whatever 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.3.0.tar.gz
(4.0 kB
view hashes)
Built Distribution
ciphit-0.3.0-py3-none-any.whl
(6.4 kB
view hashes)