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.0.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.0.tar.gz.
File metadata
- Download URL: xnor_module-0.1.0.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 |
52738eaa89b7c51b8772e617c50f66612f61a4bc78501deeb3dc37aeccf28e76
|
|
| MD5 |
44bb3e999270d9832b6dfb085f6bdd88
|
|
| BLAKE2b-256 |
abe50bb91c03e803625aa9ffc525af3183be7b02af66d8563cedc4a7fda10245
|
File details
Details for the file xnor_module-0.1.0-py3-none-any.whl.
File metadata
- Download URL: xnor_module-0.1.0-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 |
b9ea77a47fe7c73186522ca8949807440cf23eb57b2a0835e0387b7b6e5d9fbc
|
|
| MD5 |
54bb34d60359cf341eeab39191e9492a
|
|
| BLAKE2b-256 |
18b3927a8a1efbe25a495e1ba6ac8f811bdc169acdb4db44e0b674132b914c30
|