YoCrypt is a new way to encode and decode text symetrically.
Project description
YoCrypt algorithm written in Python
YoCrypt is a new way to encode and decode text symetrically. It works with a key and is a variation of the Caesar cipher. If you want to know more about YoCrypt, check out the GitHub.
The files located in this directory implement the YoCrypt algorithm with a Python library.
Usage
Encoding
To encode a text using YoCrypt, use the encode()
method from the library :
>>> import yocrypt
>>> yocrypt.encode('hello my name is john doe')
'hello ud zmbm ne vdps pat'
Decoding
To encode a text using YoCrypt, use the decode()
method from the library :
>>> import yocrypt
>>> yocrypt.decode('hello ud zmbm ne vdps pat')
'hello my name is john doe'
To go further...
If you want to go further through the uses of the library, take a look at the documentation. You can also check out the GitHub.
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
File details
Details for the file yocrypt-1.0.0.tar.gz
.
File metadata
- Download URL: yocrypt-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6017ff4f67892ebdbc646cc4589b905ba4f25b0c8baffa6076e9d174481d5796 |
|
MD5 | 8b9308de79de67da21616d65fe457e58 |
|
BLAKE2b-256 | b2aa9c7682145bfb53563d8c4387b4085550341181ffb0321860a9d6d5dc7df7 |