PyPePacker (version 0.0.1) | index pypepacker.py |
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).
Functions | ||
|
Data | ||
__author_email__ = 'mauricelambert434@gmail.com' __copyright__ = '\nPyPePacker Copyright (C) 2025 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n' __description__ = '\nThis package implements a packer written in pyt...and reduce\ndata entropy (using EntropyEncoding).\n' __license__ = 'GPL-3.0 License' __maintainer__ = 'Maurice Lambert' __maintainer_email__ = 'mauricelambert434@gmail.com' __url__ = 'https://github.com/mauricelambert/PyPePacker' code = <string.Template object> copyright = '\nPyPePacker Copyright (C) 2025 Maurice Lambert...ome to redistribute it\nunder certain conditions.\n' license = 'GPL-3.0 License' |
Author | ||
Maurice Lambert |