A Cypher
Project description
CoutureCypher
A two stage encoder made with a mix of a caesar ciphers.
To initialize call the class with and object to either decrypt or encrypt
Installation
Use the package manager pip to install Couture-Cypher.
pip install Couture-Cypher
Utilization
from Couture-Cypher import *
# Initializes with an initial string
cipher = cypher('initial-string')
# returns decrypted variation of the initial string
cipher.decrypt()
# returns encrypted variation of the initial string
cipher.encrypt()
License
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
CoutureCypher-0.0.2.tar.gz
(4.7 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 CoutureCypher-0.0.2.tar.gz.
File metadata
- Download URL: CoutureCypher-0.0.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b3dccf47d027690d28f20c848fc12e62734c0386e9604235ca01cdcaf0288ca
|
|
| MD5 |
9dfe95a27473f5266fbd2ef108798869
|
|
| BLAKE2b-256 |
e8750aae2311fd86850efb3399a89c4db263cb99d2464d3dd98751e87a61c79c
|
File details
Details for the file CoutureCypher-0.0.2-py3-none-any.whl.
File metadata
- Download URL: CoutureCypher-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
102fd4675c31dbb5a1846fa00fe14c67ec96880d8fa16478391f7ffa9686920e
|
|
| MD5 |
3a169fc6e8c13c6fc6dfa3ca7b045fee
|
|
| BLAKE2b-256 |
93976eb6a5d6a9383c343c94be6b4a8428e212aab7984f1ca66cdf7f79deb55d
|