Skip to content
#

code-obfuscation

Here are 9 public repositories matching this topic...

Language: Python
Filter by language

The Python Binary Optimization Compiler Script is a powerful command-line tool designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, offering significant speed improvements and enhanced security.

  • Updated Jun 1, 2025
  • Python

This tool provides a simple but effective way to obfuscate Python source code. It renames variables, removes comments and whitespace, and optionally wraps the code in Base64 encoding to hinder reverse engineering and source readability.

  • Updated Jul 20, 2025
  • Python

Improve this page

Add a description, image, and links to the code-obfuscation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the code-obfuscation topic, visit your repo's landing page and select "manage topics."

Learn more