This package implements a packer written in python, the packer reduce the size (gzip compression), encrypt data (RC6 encryption) and reduce data entropy (using EntropyEncoding).
Project description
PyPePacker
Description
This package implements a packer written in python, the packer reduce the size (gzip compression), encrypt data (RC6 encryption) and reduce data entropy (using EntropyEncoding).
Requirements
This package require:
- python3
- python3 Standard Library
- PyPeLoader >= 1.0.0
- RC6Encryption >= 1.0.1
- EntropyEncoding >= 0.0.5
Installation
Pip
python3 -m pip install PyPePacker
Git
git clone "https://github.com/mauricelambert/PyPePacker.git"
cd "PyPePacker"
python3 -m pip install .
Wget
wget https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .
cURL
curl -O https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .
Usages
Command line
PyPePacker # Using CLI package executable
python3 -m PyPePacker # Using python module
python3 PyPePacker.pyz # Using python executable
PyPePacker.exe # Using python Windows executable
PyPePacker C:\Windows\System32\net1.exe C:\Windows\System32\calc.exe
Links
License
Licensed under the GPL, version 3.
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
pypepacker-1.0.0.tar.gz
(25.9 kB
view details)
File details
Details for the file pypepacker-1.0.0.tar.gz.
File metadata
- Download URL: pypepacker-1.0.0.tar.gz
- Upload date:
- Size: 25.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04cdcd45bac12f6f2d6e77eba0f3628fa527ba1acdccec2f119e1ecaf3693f2
|
|
| MD5 |
2ad2387968fa4925950959156be2ab9e
|
|
| BLAKE2b-256 |
32653d297319da009d9e846c5afcef5ace7abc4dd2d1f63322c7a8a04eba30de
|