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:
1. Install the module with `pip install encodify`.
2. Import the module and create an instance of the `Encodify` class.
3. Explore the various encoding methods and customization options.
4. Use the encoded code in your projects for added security or distribution.
For detailed documentation and examples, refer to the [official GitHub repository](https://github.com/ishanoshada/encodify).
Known Issues:
- None reported at this time.
Contributors:
- Author: Ishan Oshada (ic31908gmail.com)
License:
This project is licensed under the [MIT License](LICENSE).