GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   know any good ways to Encrypt HTML source code? (https://gfy.com/showthread.php?t=272599)

RoTT 04-20-2004 09:24 PM

know any good ways to Encrypt HTML source code?
 
As many programs as possible would be great :)

ace0r 04-20-2004 09:28 PM

web protector

woj 04-20-2004 09:38 PM

...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....

FiReC 04-20-2004 09:42 PM

RoTT - reminds me of the kickass old school game Rise of the Triad!

RoTT 04-20-2004 09:52 PM

Quote:

Originally posted by FiReC
RoTT - reminds me of the kickass old school game Rise of the Triad!
hahaha I played that game a few times :thumbsup

Nas7782 04-20-2004 09:52 PM

I heard Persian Kitty has a full proof html decoder that requires little effort.

TheSaint 04-20-2004 09:54 PM

There is no such thing, period. The way HTML works, is, you have to send it in clear text for the other side to render it.

mryellow 04-20-2004 09:58 PM

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.

-Ben

psyko514 04-20-2004 10:02 PM

like Nas said, just use what PK uses.

myneid 04-20-2004 11:12 PM

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.

jennycards 04-21-2004 12:09 AM

By definition you cannot protect HTML. However you may protect dynamic content like PHP, ASP, Java or Flash.

EddiePulp 04-21-2004 12:14 AM

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>

RoTT 04-21-2004 01:10 AM

Quote:

Originally posted by Nas7782
I heard Persian Kitty has a full proof html decoder that requires little effort.
anyone know where I can get such a script?

bringer 04-21-2004 01:13 AM

Quote:

Originally posted by FiReC
RoTT - reminds me of the kickass old school game Rise of the Triad!
ill sell you the original cd with book and box for $500

Serge Litehead 04-21-2004 01:18 AM

Quote:

Originally posted by RoTT
As many programs as possible would be great :)
use of https (mod_ssl / openssl) sometimes prohibits viewing source of a page.
you'll need signed secure certificate too.

Ash@phpFX 04-21-2004 01:19 AM

seriously there is no point, ive never seen any HTML that i cant do myself, and im no specialist, its simple shit so theres no point hiding it

juliap 04-21-2004 01:20 AM

I think there was a perl script for this, try Google or any perl resource :)


All times are GMT -7. The time now is 06:39 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123