Custom encoding/decoding module with CV format and base64
Project description
XNOR_module
A Python module for encoding and decoding text with a custom CV format and Base64.
Example
from XNOR_module import encode_via_64Xcv, decode_via_64Xcv
encoded = encode_via_64Xcv("Hello", 123)
print(encoded)
decoded = decode_via_64Xcv(encoded, 123)
print(decoded)
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
xnor_module-0.1.2.tar.gz
(3.2 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 xnor_module-0.1.2.tar.gz.
File metadata
- Download URL: xnor_module-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bad7926ad4d49b8f1e02c056ba9260ac3599a820a3629be4ee328f6c08442191
|
|
| MD5 |
71355b5c1c31d0f213ee621c4ce4584d
|
|
| BLAKE2b-256 |
f6f3e8e3a05f0a71d536936ad6c0b2111e2cd5ab5f47d5cf3b8ec2d7b742499f
|
File details
Details for the file xnor_module-0.1.2-py3-none-any.whl.
File metadata
- Download URL: xnor_module-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d3211f42243be5ee9978e26842faa7000a9bc7ec7c46fbe024e083f28885763
|
|
| MD5 |
1834fe0068c0591732d54e16f62a3a82
|
|
| BLAKE2b-256 |
5bcce4b63a4ce0120e70e38ca6c7292f66e77782f75da4c30625a8c043b39708
|