Releases: Ishanoshada/Encodify
Releases · Ishanoshada/Encodify
1.0.4
1.0.3
Updated
Initial Release
Version 1.0.1 Release Notes
New Features:
- Introducing the
encodify
module, providing advanced encoding techniques for Python scripts. - 30 unique encoding methods, including combinations of compression, base64 encoding, and XOR encryption.
- Customization options for fine-tuning the obfuscation process, such as string replacements and code appending/prepending.
Usage Highlights:
- Import the
Encodify
class to access a wide array of encoding techniques. - Encode specific Python code snippets with ease.
- Generate dynamic payloads with randomized encoding methods for enhanced obfuscation.
- Tailor the encoding method with the
gen_payload
function.
How to Get Started:
- Install the module with
pip install encodify
. - Import the module and create an instance of the
Encodify
class. - Explore the various encoding methods and customization options.
- Use the encoded code in your projects for added security or distribution.
For detailed documentation and examples, refer to the official GitHub repository.
Known Issues:
- None reported at this time.
Contributors:
- Author: Ishan Oshada (ic31908@gmail.com)
License:
This project is licensed under the MIT License.