A Python CLI utility made for file encryption
Project description
Cipher(asymmetric)
The POG python encryption and decryption CLI utility
Cipher is a python CLI utility for asymmetric file encryption and decryption using the cryptography module.
Installation and usage
Windows
# Installation(pypi)
pip install cipher-asymmetric
# Instalation(git)
pip install git+https://github.com/Programming-geek582/cipher-asymmetric.git
# Usage
cipher or python -m cipher
Linux and mac
# Installation(pypi)
pip3 install cipher-asymmetric
# Instalation(git)
pip3 install git+https://github.com/Programming-geek582/cipher-asymmetric.git
# Usage
cipher or python3 -m cipher
Features:
- File encryption/decryption
- Asymmetric encryption with use of pem files to store the private and public key
Note: do pip uninstall cipher-symmetric before installing cipher-asymmetric since it might cause a collision between the two libraries
Happy encrypting!
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
Built Distribution
File details
Details for the file cipher-asymmetric-0.0.5.tar.gz
.
File metadata
- Download URL: cipher-asymmetric-0.0.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
795abf16911346aafc8c094d21fd20a84a1850f2f9e735c572078097124cdc16
|
|
MD5 |
023792d70c75233b3575b1e17ddf7385
|
|
BLAKE2b-256 |
f866488823ea1a727ed72985c20b46da481fcb0e85522bc3c2610d9a2b0a5d3c
|
File details
Details for the file cipher_asymmetric-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: cipher_asymmetric-0.0.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
11a5da0e46721bd141c5384b60d26871763fbca7a77b906fad6ec6858b62b0e9
|
|
MD5 |
41b5c24d6bc91da52d0ce8c69ac822bd
|
|
BLAKE2b-256 |
7f71a305b970204e50c4a9a59e6c25b86cec4dbcc4736ec136ce4d61d93527a4
|