Skip to content

Releases: Ishanoshada/Encodify

1.0.4

25 Nov 05:24
ca6ca7e
Compare
Choose a tag to compare

bug fixed

1.0.3

24 Nov 12:01
25712a9
Compare
Choose a tag to compare

Updated

Initial Release

22 Oct 23:58
e278269
Compare
Choose a tag to compare

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:

  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.

Known Issues:

  • None reported at this time.

Contributors:

License:

This project is licensed under the MIT License.