A Simple Algorithm utils with protobuf in python
Project description
Installation
Install h9nt using pip:
pip install h9nt
from h9nt import PbEnc
# Example usage:
def __get__payload() -> str:
payload = {
1: "Hello World!",
2: 234,
3: 556,
4: 67,
5: {
1: 11,
},
11: "outpout"
}
return payload
def __to_buff(payload: str) -> str:
try:
return PbEnc().encrypt_pb_payload(payload)
except:
return None
`its just a basic example how its could be used.`
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
h9nt-1.0.1.tar.gz
(2.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
h9nt-1.0.1-py3-none-any.whl
(2.1 kB
view details)
File details
Details for the file h9nt-1.0.1.tar.gz.
File metadata
- Download URL: h9nt-1.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
112a27fa4d44ad76e592517a10ea6fc93015f0dbdc8d5966cf70d4a3db6f2501
|
|
| MD5 |
c1cc07115c2d5648f1a5286c7c1ed21b
|
|
| BLAKE2b-256 |
14ab7ff2b3283a69addfc3ae6eb681a610a8e5d571de45fb69092b4a04f1d2f3
|
File details
Details for the file h9nt-1.0.1-py3-none-any.whl.
File metadata
- Download URL: h9nt-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a12aae49baec9318d44377e28020ef66695411788a435df1bcb32540c039e5e
|
|
| MD5 |
28846b28a5f81079bdf35bc2251567bf
|
|
| BLAKE2b-256 |
28e8500556c00de13b830ea901052177644f3bcbb1aabd9edf7863a91517ea00
|