Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cipher-asymmetric-0.0.5.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

cipher_asymmetric-0.0.5-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page