CYH Obfuscator — Protect Your Code from Reverse Engineering
// 1 min read
More coming from the CanYouHack project. ✨
Presenting our new tool: CYH Obfuscator.
The goal — protect your code, make it harder to read, and defend it from reverse engineering.
Key features:
- 20 programming languages — JavaScript, Python, Java, C#, C++, Go, PHP, Ruby, Rust, Dart, SQL, Bash, PowerShell, and more
- String Encoding — converts readable strings to Unicode, hex, or custom formats
- Variable Renaming — replaces variable names with random gibberish like
_OoIl10 - Dead Code Injection — adds fake code blocks to make reverse engineering harder
- Minification — reduces file size and hides structure
I built this because I couldn’t find a single tool that covered all programming languages. And with online obfuscators, you can never be sure they’re not stealing your code.
CYH Obfuscator’s biggest advantage: your code never leaves the browser. No uploads, no storage, no transmission — runs entirely client-side.
GitHub: https://lnkd.in/daHxyteM Web: https://lnkd.in/dbK7NdpD
Starring the repo goes a long way toward us building more tools ❤️