May 2018
Intermediate to advanced
380 pages
9h 37m
English
On the other hand, making your code difficult to read can be an attempt to create malware that can bypass detection programs. One example is JSF**k, which converts JavaScript code into the atomic parts of JavaScript using only six different symbols, as shown in jsf.js from http://www.jsfuck.com. The file demonstrates the obfuscated equivalent of alert("This was a hidden message"), but any valid JavaScript ...