There's a bit of code I want to encrypt from users when they use view page source or in inspect element so I want to obfuscate it. (The code is a Javascript)
The one that starts with:
eval( function( p, a, c, k, e, d ) ...
But when I try to put that code in a single post page in the html tab, it shows nothing in the preview tab. Why is that? Or sometimes it shows the code itself.