As many programs as possible would be great
know any good ways to Encrypt HTML source code?
Collapse
X
-
...it doesn't take much skill to "decrypt" html encrypted with those, and they may screw up the pages for some visitors... so it's probably not worth your time....Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip ManagerComment
-
RoTT - reminds me of the kickass old school game Rise of the Triad!Comment
-
You can't "encrypt" HTML.
You can "obfuscate" it. Meaning you can make it hard to read.
You can "encode" the characters into their HEX equivalent.
However you can not encrypt. The browser needs to be able to
read the HTML, if it's encrypted in any way the browser won't
have a clue what to do with it.
That being said you could put the entire HTML in an encrypted
string and have jav-as-cript decrypt it. However because the
browser needs to see the decrypted version it would be a very
simple task to print the decrypted HTML with only a very slight
modification to the code.
Really unless you've found a new fantastic way to make text bold
I doubt there is any point. :-) HTML is pretty simple stuff, not like
it's possible to find the cure for cancer or anything that valuable
in HTML.
-BenLast edited by mryellow; 04-20-2004, 09:00 PM.Cyberwurx Hosting
After trying 5 different hosts, I found the best.
Since 1997 I've had 2 hours of downtime.
Fast support, great techs, no hype, no gimmicks.
<- I in no way endorse whatever just got stuck on the left of my post.Comment
-
like Nas said, just use what PK uses.
Bad Girl Bucks - 50% Revshare through CCBill.
Promote BrandyDDD, Pixie's Pillows, Action Allie and more!
Phoenix Forum Pics | Webmaster Access Montreal pics
email: psyko514(a)gmail.com | icq: 214-702-014Comment
-
why would you want to encrypt your html code.
its not a huge secret.
html is a convention for formatting text.
if you are thinking about hiding your html code becasue you think somebody is going to steal it you are thinking way too much. if anything it takes less time to just recreate an html page by anybody with any skills.Tanguy 0x7a69 inc. Programmer/President/CEO
http://www.0x7a69.com
A Leader in Programming since 1996
PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical ConsultingComment
-
By definition you cannot protect HTML. However you may protect dynamic content like PHP, ASP, Java or Flash.Comment
-
Using Ja\/ascr1pt
make a js file called mysecretcode.j$ in that file just have lots of docum3nt.wr1t3('<html>');
then on the page you wanna show it just use
<scr1pt s.rc='mysecretcode.j$' language='ja\/asc1pt1.2' >
</scr1pt>Last edited by EddiePulp; 04-20-2004, 11:19 PM.I dont need a sig.
Comment
-
use of https (mod_ssl / openssl) sometimes prohibits viewing source of a page.Originally posted by RoTT
As many programs as possible would be great
you'll need signed secure certificate too.Comment


Comment