Good library to start with code encryption
Project description
install library
pip instal pyzola
usage
``Python
import pyzola
data=pyzola.dumps('Hello, World')
print(data)
original_data=pyzola.loads(data)
print(original_data)
``
``Python
import pyzola
code=""" for i in range(10): print(i)
"""
encrption_code=pyzola.dump_code(code)
print(encrption_code)
pyzola.run_code(encrption_code)
``
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
pyzola-1.1.tar.gz
(977 Bytes
view details)
File details
Details for the file pyzola-1.1.tar.gz.
File metadata
- Download URL: pyzola-1.1.tar.gz
- Upload date:
- Size: 977 Bytes
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a541d21a65f0805cd284e33b2d580f6b721269c37fd582ebbd9dfc4641f45fee
|
|
| MD5 |
87e1ee64f2ca030f3400dc8b70368930
|
|
| BLAKE2b-256 |
b44925c2ee72952b60e1c8e622130f93c45713026899262dcde5189ecea85a00
|