Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

code-obfuscation

Here are 25 public repositories matching this topic...

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

The Standalone Windows Executable Version of Python Binary Optimization Compiler is a dedicated Windows application designed to provide performance optimization and code protection for Python scripts. It compiles Python code into native machine code executables, achieving significant speed improvements and enhanced security.

  • Updated Apr 13, 2025

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