A package containing the implementation of multiple ciphers.
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
Encipherpy
Encipherpy is a python package that contains the implementations of multiple ciphers.
Supported ciphers
| Cipher | Import code | Arguments |
|---|---|---|
| Caesar | from encipherpy.caesar_cipher import caesarCipher |
strplainText, intkey, boolencrypt |
| Vigènere | from encipherpy.vigenere_cipher import vigenereCipher |
strplainText, strkey, boolencrypt |
| Rot47 | from encipherpy.rot47_cipher import rot47 |
strplainText |
| Atbash | from encipherpy.atbash_cipher import atbashCipher |
strplainText |
| Simple substitution | from encipherpy.substitution_cipher import substitutionCipher |
strplainText, strcipherAlphabet, boolencrypt |
| Polybus square | from encipherpy.polybus_square_cipher import polybusSquare |
strplainText, boolencrypt |
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
encipherpy-2.2.0.tar.gz
(6.3 kB
view details)
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 encipherpy-2.2.0.tar.gz.
File metadata
- Download URL: encipherpy-2.2.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c36c78d683a3c304d85ce07ddfb47f74de0bbcaedaa1b946648d3b17ba863e9
|
|
| MD5 |
5d07a2499e667d02071578024e39c49b
|
|
| BLAKE2b-256 |
46a9aa085335494550d56f98f7311fe050fb13d969def12de26df73d9037dfcf
|
File details
Details for the file encipherpy-2.2.0-py3-none-any.whl.
File metadata
- Download URL: encipherpy-2.2.0-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ff87f011b9c85e2c92b1626ce4d8f0705f43a2bd5d9ee588bdc0d71e240e32c
|
|
| MD5 |
610b3b15e2068cbf26fcc656a42f0b7a
|
|
| BLAKE2b-256 |
dc3083e79692dca3b4953f9de81e33a5d659cc7e87a1e5c499bc7532df8a0fb8
|