FamousCipherAlgorithms is a Python package for implementing a variety of cryptographic ciphers and encryption methods, designed to provide secure and reliable data protection.
Project description
Famous Cipher Algorithms
FamousCipherAlgorithms is a Python package that implements several classic cipher algorithms. The package currently includes the following algorithms:
- Affine
- Shift
- Hill
- Permutation
- Playfair
- Vigenere
- Rail Fence
Installation
The package can be easily installed using pip:
pip install FamousCipherAlgorithms
Usage
You can import FamousCipherAlgorithms in two ways:
- Import entire package
import FamousCipherAlgorithms as FCA
- Import specific algorithms
from FamousCipherAlgorithms import AffineCipher, ShiftCipher
Requirements
Python >= 3.9NumPy <= 1.21.5
Documentation
Detailed documentation for each algorithm is available in the document.
Contributing
Contributions are always welcome! If you have any suggestions, bug reports, or pull requests, please feel free to open an issue on GitHub.
License
This package is licensed under the MIT license. See the LICENSE file for more details.
Copyright © 2023, Mobin Nesari & Mohammad Mehdi Begmaz
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 famouscipheralgorithms-0.1.4.tar.gz.
File metadata
- Download URL: famouscipheralgorithms-0.1.4.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67d15b0bd2205edad68076baceb9e5e3e1e81dcfeab55ea6f1fb0c95e9616598
|
|
| MD5 |
4a41f43136809ab1048edd717abdae56
|
|
| BLAKE2b-256 |
a9a2684eeaddd6b8cde05c81208b1b15158b43a84ca3f11542805074dfc0e9eb
|
File details
Details for the file famouscipheralgorithms-0.1.4-py3-none-any.whl.
File metadata
- Download URL: famouscipheralgorithms-0.1.4-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ab1167d3d748010c25f2050551fedb8da2885003e45f9168afe81a95cfb8288
|
|
| MD5 |
a45bf85b1de49de9149474b4fa2ddfa4
|
|
| BLAKE2b-256 |
ce62ee5b9d73c399369fbe5439eadec8244eb892c5535a2762ca324cbd46b659
|