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.1.tar.gz
(2.9 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.1.tar.gz.
File metadata
- Download URL: xnor_module-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79a1def178b4b7281b931138c123c3e90ece298f3136b49b182952b53b7d9680
|
|
| MD5 |
e806f146783ca6540d9db8ee0b148ec7
|
|
| BLAKE2b-256 |
a82299b8f0d3fcff4468e9fe20633e370f2e265245ef8c92458d45bb65a295a1
|
File details
Details for the file xnor_module-0.1.1-py3-none-any.whl.
File metadata
- Download URL: xnor_module-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.1 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 |
89bd671f32090edf3de214a16caee61b57db0e8e7fe163f98723c9118398d99c
|
|
| MD5 |
4f6820211cd76975c0cc82f61f042c75
|
|
| BLAKE2b-256 |
fdd9b858052bbd72798d88640806741e855166a4342586a6bd06ca3a0eb4e3c9
|