Fast kasa crypt
Project description
kasa-crypt
Fast kasa crypt
Installation
Install this via pip (or your favourite package manager):
pip install kasa-crypt
Example usage
from kasa_crypt import encrypt, decrypt
encrypted = encrypt('{"hello":"world"}')
decrypted = decrypt(encrypted[4:]) # Always a 4 byte header
print (decrypted)
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with Copier and the browniebroke/pypackage-template project template.
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
kasa_crypt-0.4.3.tar.gz
(9.3 kB
view details)
Built Distribution
File details
Details for the file kasa_crypt-0.4.3.tar.gz
.
File metadata
- Download URL: kasa_crypt-0.4.3.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.1 readme-renderer/43.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.2 tqdm/4.66.4 importlib-metadata/7.2.1 keyring/25.2.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33b1c85aafd1756d1e9b0ca4a9de55bd06aecb6e0bca3371e26f0eef1cb682ec |
|
MD5 | 28a66099a283b675879ddee1cc4dbc6f |
|
BLAKE2b-256 | 36730887835a9083e877cbbec251c1ef2b646b08ff7fcdd4386b381162d0612b |
Provenance
File details
Details for the file kasa_crypt-0.4.3-cp310-cp310-manylinux_2_31_x86_64.whl
.
File metadata
- Download URL: kasa_crypt-0.4.3-cp310-cp310-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 84.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.11.1 readme-renderer/43.0 requests/2.32.3 requests-toolbelt/1.0.0 urllib3/2.2.2 tqdm/4.66.4 importlib-metadata/7.2.1 keyring/25.2.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7050676d29ddc1f501fde61616bef3d42f51506a7e87ff9a83953b5398b6771 |
|
MD5 | f9178b8a1e410ec8104882aab887a79c |
|
BLAKE2b-256 | 0fe6b56f42dcf0fcd164f977de36743da5ee99a2f9c68ed6e1e0e4df2d2c85d7 |