Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
This is bull***t.
You cannot encrypt web page. Or to be more precise, you can, but in that case, nobody will be able to see them without an authentication or decrypting method.
why would you build a web site that isn't viewable ?
My guess is that thier product is just obfuscating HTML.
But it's nothing more than making it harder to read.
And just to say it, disabling a right mouse click works only on browser where the user allowed it.
I disabled it for exemple. I hate when a site mess with my interface.
You ever saw https sites (Like a e-commerce)?
Those are encrypted, but on the layer that transport informations.
Your browser decrypt datas on the fly, with a key it and the webserver negotiated at the first connection.
And by the way, if they believe in their product, why wouldn't they use it for their own site ?
Hmm.... I wonder....
HTML Code:
<html><!-- InstanceBegin template="/Templates/encryptpro.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>HTML encryption software: Encrypt HTML source code and disable right mouse click.</title>
<!-- InstanceEndEditable -->
<meta name="description" content="HTML encryption software: Encrypt HTML source and disable right mouse click.">
<meta name="keywords" content="encrypt html, protect html, encrypt html source code, html encryption, html protection, disable right mouse click">
<meta name=abstract content="HTML encryption software: Encrypt HTML source and disable right mouse click.">
<meta name="robots" content="FOLLOW,INDEX">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../res/external.css">
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>
<body bgcolor="#777777">
<div align="center">
<center>
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 07-17-2007 at 10:53 AM..
|