Obfuscator Demo
Sockets4Obfuscation allows you to prevent html and images from your pages from being easily
copied. Text cannot be copied, selected, images cannot be printed, right click is disabled and most importantly,
html and javascript source have been encoded to prevent easy access to the source code.
To use this component, simply register the component at the top of your page:
<%@ Register tagprefix="obs" Namespace="Sockets4Obfuscation" Assembly="Sockets4Obfuscation" %>
Then indicate which text to encode by wrapping it in Obfuscator tags:
<obs:Obfuscator runat=server>
Encrypted content goes here
</obs:Obfuscator>
Try a sample page now
|