Python code obfuscation tool for protecting intellectual property
Project description
IronByte
IronByte is a Python library for irreversible code obfuscation, designed to protect your intellectual property while allowing code execution.
Features
- Irreversible obfuscation of Python code
- Secure execution of obfuscated code
- Lightweight with no external dependencies
Installation
pip install ironbyte
Usage
from ironbyte import obfuscate, execute
Obfuscate your code
source_code = ''' def hello(): print("Hello, World!")
hello() '''
obfuscated_code = obfuscate(source_code)
Execute obfuscated code
execute(obfuscated_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
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 ironbyte-1.0.0.tar.gz.
File metadata
- Download URL: ironbyte-1.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41cb8acfb4851ee27720f7db08fc6eccbe66e66371ea18a985029535facf0174
|
|
| MD5 |
b5f12144c87b09733910de1e0871c5d2
|
|
| BLAKE2b-256 |
9d48e36ea1cac4d07e54382461a86a24902c9c973e6d72f2ab78d8ec95a489c7
|
File details
Details for the file ironbyte-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ironbyte-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae32ad91c98c41169f75f4fa169cf12915f375165618247d1c08b925f170b990
|
|
| MD5 |
ba852860f3c429c5e75cf10b155cb650
|
|
| BLAKE2b-256 |
a51bef0593ceb4ecb77829bb21211e012d09943f99fb3d89aa572254e5eec496
|