Un serveur avancé pour Metadidomi
Project description
README - Py Protector Prototype
Ce dépôt contient un prototype minimal pour:
- compiler et chiffrer un projet Python (encrypt_project.py)
- déchiffrer et exécuter le bytecode en mémoire (launcher.py)
- packager le runtime embeddable + fichiers chiffrés (packager.py)
Pré-requis:
- Python 3.10+
- pip install pycryptodome
Usage rapide:
- Place ton point d'entrée (ex: main.py) dans project_src/
- python encrypt_project.py --src project_src --out build_encrypted --password "MonMotDePasseFort"
- python packager.py --embedded-python PATH_TO_PYTHON_EMBEDDABLE --encrypted-dir build_encrypted --out MyApp
- MyApp\python_embedded\python.exe launcher.py
Sécurité:
- La clé est dérivée du mot de passe via PBKDF2.
- Le bytecode est chargé en mémoire (pas d'écriture en clair).
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
metadidomi_server_plus-0.1.0.tar.gz
(127.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
File details
Details for the file metadidomi_server_plus-0.1.0.tar.gz.
File metadata
- Download URL: metadidomi_server_plus-0.1.0.tar.gz
- Upload date:
- Size: 127.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a701867ea5090aa890577efe99a85858736a9f00c5b8286d3894e64354c67b9b
|
|
| MD5 |
1178edf01b66ae5a132d6d5cbacbf2c2
|
|
| BLAKE2b-256 |
08e49b943fa8b8561ece504a174d718fa763b9f657e9ec3055137862c466c488
|
File details
Details for the file metadidomi_server_plus-0.1.0-py3-none-any.whl.
File metadata
- Download URL: metadidomi_server_plus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65b620cf09b088b5b6dd817dd129979b2acca315245788ca957d95610aa60e44
|
|
| MD5 |
1c2b28dba25cef55ef0200a7cb2c49ae
|
|
| BLAKE2b-256 |
19d2cb07763a9194103cabc4a17a725739d8b328b7d9b31125391e29590314d8
|