A Python library for various cipher techniques including the Caesar cipher.
Project description
Cryptizia
Cryptizia is a Python library for various cipher techniques including the Caesar cipher.
Installation
You can install the library using pip:
pip install cryptizia
How to use in Code
from cryptizia import CaesarCipherExample
CaesarCipherExample()
Customization
You can customize the 'shift' and 'plaintext' directly in the constructor if you want different values:
# Example with custom shift and plaintext
cipher = CaesarCipherExample(shift=5, plaintext="WORLD")
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
Cryptizia-0.1.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file Cryptizia-0.1.0.tar.gz
.
File metadata
- Download URL: Cryptizia-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f45d0ffe0d984d4607b828a3ad6f805a010effe83e2cf9f90f2ff37a3bd59970 |
|
MD5 | 0004d5bfd3ad5f3fc2aa32de982c3bd5 |
|
BLAKE2b-256 | 782062e5d53561a47225b393ca2a46d41d0aa97fa227ae9d3118d36066c9e63d |
File details
Details for the file Cryptizia-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: Cryptizia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf3282b0f684b4fb12e37e6928933834413f557c2323a77d04983e5fc520ac2e |
|
MD5 | b0bec30544f900338b5492148eb3aae8 |
|
BLAKE2b-256 | 3996ab7ebb28b33093f10581d00f3a8e6b04edb4d940cf378681896d6cbfb914 |