About 863,000 results
Open links in new tab
  1. How can I obfuscate (protect) JavaScript? - Stack Overflow

    Oct 12, 2008 · I want to make a JavaScript application that's not open source, and thus I wish to learn how to can obfuscate my JS code? Is this possible?

  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. 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 …

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

    Aug 27, 2008 · 0 A obfuscator won't help you at all if someone wants to figure out the code. The code still exists on the client machine and they can grab a copy of it and study it at their …

  5. How can I obfuscate a Lua program? - Stack Overflow

    I want to encrypt/obfuscate my lua files. I have made a simple game in lua now and I don't want people to see the code, otherwise they can easily cheat. How can I make the whole text inside …

  6. 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?

  7. 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 ?

  8. How to properly obfuscate code in android studio? - Stack Overflow

    Jun 20, 2022 · I am trying to obfuscate the debug build in android studio Chipmunk (buildToolsVersion "30.0.3", compileSdkVersion 32, targetSdkVersion 32, gradle:7.2.1). I have …

  9. The guide for Obfuscation - Community Tutorials - Roblox

    Jun 7, 2020 · Obfuscating your code just makes people lose their trust for your code, because the most common reason for obfuscation is to hide malicious code, therefore they think that your …

  10. When does create-react-app obfuscate or minify code?

    Mar 6, 2018 · When does create-react-app obfuscate or minify code? Asked 7 years, 9 months ago Modified 3 years, 7 months ago Viewed 73k times