How can I obfuscate JavaScript?

Posted by Teifion on Stack Overflow See other posts from Stack Overflow or by Teifion
Published on 2008-10-11T18:17:18Z Indexed on 2010/04/17 15:13 UTC
Read the original article Hit count: 191

Filed under:
|

I want to make a JavaScript application that's not open source, and thus have two questions:

  1. What's the best way to obfuscate the code?
  2. What's the best way to obfuscate the strings themselves within the application (assuming that the answer to #1 does not handle this)?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about obfuscation