Cipherme is a package that enables you to have fun with the common ciphers such as the Affine Cipher and Caesar Cipher.
Project description
CipherMe.
- This is a Python package in the making for people who enjoy toying around with some of the basic encryption schemes such as Affine Cipher, Vigenere Cipher and Caesar Cipher.
What is Contained.
The Encryption Algorithms contained herein are:
- Affine Cipher.
- RSA Encryption Algorithm.
- Caesar Cipher.
Installation.
- To use the package, use pip to install the package:
pip install cipherme
Usage.
- To use the package, you need to call the methods:
First, you need to import the respective classes from the package:
(i).
AffineCipherfor the Affine Cipher. (ii).CaesarCipherfor the Caesar Cipher.
-
For Affine cipher:
AffineCipher().encrypt_text(plain_text=None, a=None, b=None)AffineCipher().decrypt_text(plain_text=None, a=None, b=None) -
For Caesar Cipher:
CaesarCipher().caesar_encryption(plaintext=None, k=None)CaesarCipher().caesar_decryption(self, ciphertext=None, k=None)
Language Used.
- Python.
Author.
- Kelyn Paul Njeri.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cipherme-0.1.4.tar.gz.
File metadata
- Download URL: cipherme-0.1.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f3d373c67dd887b7f47942fdfb378da3ab5843b3d53f7d4ccea89db74273ab4
|
|
| MD5 |
bd8940b0628799a6eec70d217c6d1f58
|
|
| BLAKE2b-256 |
90a4b937fe480adf97645234b531373adb503d80b9b600c0085f271b19bf1f06
|
File details
Details for the file cipherme-0.1.4-py3-none-any.whl.
File metadata
- Download URL: cipherme-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38591ca165ba80c8e3c57eb7cb950b66b1651620810decfb78ca9924431a7626
|
|
| MD5 |
cc88c7c52d01fa14c2189278ffc5b432
|
|
| BLAKE2b-256 |
a8373f2d54f53fe125dd5caa9ca1c97848e38ae351611c024b73891e742fa6b6
|