Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
User319183 authored Dec 10, 2023
1 parent 0b94aaa commit 9bd2dd4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Pyfuscator is an advanced Python code obfuscation tool, meticulously designed to provide an extra layer of security to your Python code. Utilizing the capabilities of `ast` and `astunparse` libraries, Pyfuscator parses Python code into an Abstract Syntax Tree (AST), modifies the AST, and subsequently unparses it back into Python code. With a commitment to continuous enhancement, Pyfuscator is your go-to solution for robust and reliable code obfuscation.

## Why Choose Pyfuscator?

- **User-Friendly**: Pyfuscator is designed with a user-friendly interface, making it easy for developers of all skill levels to use.
- **Highly Secure**: Pyfuscator provides the most secure obfuscation available for free, protecting your Python code from reverse engineering.
- **Frequent Updates**: Pyfuscator is actively maintained and updated frequently, ensuring you always have access to the latest obfuscation techniques and improvements.
- **Free and Open Source**: Pyfuscator is free to use and open source, making it accessible to everyone.

## Core Features

- **Sophisticated Variable and Function Name Obfuscation**: Pyfuscator intelligently replaces all variable and function names with randomized strings, significantly increasing the complexity of the original code.
Expand Down Expand Up @@ -60,4 +67,4 @@ Pyfuscator is licensed under the MIT License. For more details, please refer to

## Support and Contact

For any inquiries, support requests, or feedback, please open an issue on the Pyfuscator GitHub repository. Our team is always ready to assist.
For any inquiries, support requests, or feedback, please open an issue on the Pyfuscator GitHub repository. Our team is always ready to assist.

0 comments on commit 9bd2dd4

Please sign in to comment.