About 843,000 results
Open links in new tab
  1. Protect .NET code from reverse engineering? - Stack Overflow

    Feb 3, 2009 · NET code is extremely easy to reverse engineer if the code is not obfuscated. Obfuscation will add a layer of annoyance to people trying to reverse engineer your software.

  2. How to obfuscate Python code effectively? - Stack Overflow

    I am looking for how to hide my Python source code. print "Hello World!" How can I encode this example so that it isn't human-readable? I've been told to use base64 but I'm not sure how.

  3. What does obfuscated code do? - Scripting Support - Roblox

    Nov 30, 2020 · I moved the topic to # help-and-feedback:scripting-support due to its heavy orienting topic of obfuscated code. Obfuscated code are generally for security. Such security is …

  4. obfuscation - Best Java obfuscator? - Stack Overflow

    I am developing a security software and want to obfuscate my java code so it will become impossible to reverse engineer. What is the most reliable java obfuscator ?

  5. obfuscation - Why do you obfuscate your code? - Stack Overflow

    May 16, 2009 · Have you ever obfuscated your code before? Are there ever legitimate reasons to do so?

  6. Is using an obfuscator enough to secure my JavaScript code?

    Aug 27, 2008 · I'm looking for the best way to protect my investment. Is using an obfuscator (code mangler) enough to reasonably secure the code? Are there other alternatives that I am not …

  7. What are best practices regarding obfuscating secure/financial code?

    Feb 27, 2025 · Excluding the malicious code, the benign code strikes me as having been obfuscated or minified with a tool rather than being the editable version, such that for example …

  8. The guide for Obfuscation - Community Tutorials - Roblox

    Jun 7, 2020 · Hello scripters and developers, welcome to my guide on Obfuscation. Have you ever wanted to sell products to the public? However, are you fearful of someone taking your …

  9. How can I obfuscate HTML code so it can't be easily decoded by …

    Jan 5, 2023 · When I obfuscate HTML code Chrome easily shows the original non-obfuscated HTML. I just need a simple obfuscation technique to make it harder to access the source code …

  10. How to obfuscate Java code quickly? - Stack Overflow

    How to obfuscate code quickly. I have a very small Java App and I want to deliver the obfuscated code to my client. I have heard a lot about ProGuard to obfuscate code and have downloaded …