About 50 results
Open links in new tab
  1. obfuscation - 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. obfuscation - What is the best javascript obfuscator? - Stack Overflow

    Jul 31, 2011 · I am looking to use a javascript obfuscator. What are some of the most popular and what impact do they have on performance?

  3. obfuscation - Is using an obfuscator enough to secure my JavaScript ...

    Aug 27, 2008 · 27 I'm working on building a development tool that is written in JavaScript. This will not be an open source project and will be sold (hopefully) as a commercial product. I'm looking for the …

  4. Why does minified or obfuscated JavaScript perform worse than ...

    Dec 12, 2015 · Yes, obfuscation can cause some performance issues but it is not true that minified code perform worse than uncompressed one. In fact, minified code perform better than uncompressed …

  5. obfuscation - Javascript library: to obfuscate or not to obfuscate ...

    Feb 27, 2015 · While obfuscation in general is a bad thing, IMHO, with Javascript, the story is a little different. The idea is not to obfuscate the Javascript itself but to produce shorter code length …

  6. Obfuscate entire React Native app including JavaScript code

    Oct 8, 2018 · As your React Native JavaScript code is built upon native code for Android and iOS, an entire obfuscation process would consider all three codebases: Obfuscate Java code for Android …

  7. obfuscation - Reversing obfuscate Javascript - Stack Overflow

    Nov 21, 2021 · I have a javascript that is basically 2 level obfuscated. first level obfuscation looks like this: var b = "

  8. Simplest way to obfuscate and deobfuscate a string in JavaScript

    I'm looking for a way to obfuscate and deobfuscate a string in JavaScript; by which I mean encryption and decryption when security is not an issue. Ideally something native to JS (like base64_encode() …

  9. De-obfuscate Javascript code to make it readable again

    De-obfuscate Javascript code to make it readable again [duplicate] Asked 13 years, 4 months ago Modified 2 years, 2 months ago Viewed 196k times

  10. javascript - Good non-intrusive anti-spam email obfuscator? - Stack ...

    Nov 19, 2013 · I'm trying to come up with a JavaScript email obfuscator to reduce the chance for spam in emails listed on a web site. Right now I've got a JavaScript based obfuscator that uses a …