
# 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
## Installation
### Pip
```bash
python3 -m pip install PyPePacker
```
### Git
```bash
git clone "https://github.com/mauricelambert/PyPePacker.git"
cd "PyPePacker"
python3 -m pip install .
```
### Wget
```bash
wget https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip
unzip main.zip
cd PyPePacker-main
python3 -m pip install .
```
### cURL
```bash
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
```bash
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
- [Pypi](https://pypi.org/project/PyPePacker)
- [Github](https://github.com/mauricelambert/PyPePacker)
- [Documentation](https://mauricelambert.github.io/info/python/security/PyPePacker.html)
- [Python executable](https://mauricelambert.github.io/info/python/security/PyPePacker.pyz)
- [Python Windows executable](https://mauricelambert.github.io/info/python/security/PyPePacker.exe)
## License
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
Raw data
{
"_id": null,
"home_page": "https://github.com/mauricelambert/PyPePacker",
"name": "PyPePacker",
"maintainer": "Maurice Lambert",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Maurice Lambert <mauricelambert434@gmail.com>",
"keywords": "Packer, PythonPacker, PePacker, RC6Packer, PackerLowEntropy, PackerGzip, PackerCompress, PackerEncryption",
"author": "Maurice Lambert",
"author_email": "Maurice Lambert <mauricelambert434@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a1/b4/fc6afe5dcf2b4fea38b15fdf6e4aa0cdf5d098c81aebbb37510ef777f471/pypepacker-0.0.1.tar.gz",
"platform": "Windows",
"description": "\n\n# PyPePacker\n\n## Description\n\nThis package implements a packer written in python, the packer reduce\nthe size (gzip compression), encrypt data (RC6 encryption) and reduce\ndata entropy (using EntropyEncoding).\n\n## Requirements\n\nThis package require:\n - python3\n - python3 Standard Library\n\n## Installation\n\n### Pip\n\n```bash\npython3 -m pip install PyPePacker\n```\n\n### Git\n\n```bash\ngit clone \"https://github.com/mauricelambert/PyPePacker.git\"\ncd \"PyPePacker\"\npython3 -m pip install .\n```\n\n### Wget\n\n```bash\nwget https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip\nunzip main.zip\ncd PyPePacker-main\npython3 -m pip install .\n```\n\n### cURL\n\n```bash\ncurl -O https://github.com/mauricelambert/PyPePacker/archive/refs/heads/main.zip\nunzip main.zip\ncd PyPePacker-main\npython3 -m pip install .\n```\n\n## Usages\n\n### Command line\n\n```bash\nPyPePacker # Using CLI package executable\npython3 -m PyPePacker # Using python module\npython3 PyPePacker.pyz # Using python executable\nPyPePacker.exe # Using python Windows executable\n\nPyPePacker C:\\Windows\\System32\\net1.exe C:\\Windows\\System32\\calc.exe\n```\n\n## Links\n\n - [Pypi](https://pypi.org/project/PyPePacker)\n - [Github](https://github.com/mauricelambert/PyPePacker)\n - [Documentation](https://mauricelambert.github.io/info/python/security/PyPePacker.html)\n - [Python executable](https://mauricelambert.github.io/info/python/security/PyPePacker.pyz)\n - [Python Windows executable](https://mauricelambert.github.io/info/python/security/PyPePacker.exe)\n\n## License\n\nLicensed under the [GPL, version 3](https://www.gnu.org/licenses/).\n",
"bugtrack_url": null,
"license": "GPL-3.0 License",
"summary": "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).",
"version": "0.0.1",
"project_urls": {
"Documentation": "https://mauricelambert.github.io/info/python/security/PyPePacker.html",
"Download": "https://mauricelambert.github.io/info/python/security/PyPePacker.pyz",
"Github": "https://github.com/mauricelambert/PyPePacker",
"Homepage": "https://github.com/mauricelambert/PyPePacker",
"Python Executable": "https://mauricelambert.github.io/info/python/security/PyPePacker.pyz",
"Windows Executable": "https://mauricelambert.github.io/info/python/security/PyPePacker.exe"
},
"split_keywords": [
"packer",
" pythonpacker",
" pepacker",
" rc6packer",
" packerlowentropy",
" packergzip",
" packercompress",
" packerencryption"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a1b4fc6afe5dcf2b4fea38b15fdf6e4aa0cdf5d098c81aebbb37510ef777f471",
"md5": "ef13543d5c505417370b268ec401f092",
"sha256": "5d609893a5b7d9b8ebcee317ed7fcf9c656627f391242f1ac47604a755475d06"
},
"downloads": -1,
"filename": "pypepacker-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "ef13543d5c505417370b268ec401f092",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 25511,
"upload_time": "2025-01-27T07:59:50",
"upload_time_iso_8601": "2025-01-27T07:59:50.312229Z",
"url": "https://files.pythonhosted.org/packages/a1/b4/fc6afe5dcf2b4fea38b15fdf6e4aa0cdf5d098c81aebbb37510ef777f471/pypepacker-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-27 07:59:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mauricelambert",
"github_project": "PyPePacker",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "PyPeLoader",
"specs": []
},
{
"name": "RC6Encryption",
"specs": []
},
{
"name": "EntropyEncoding",
"specs": []
}
],
"lcname": "pypepacker"
}