View Full Version : Encrypting source code


shana84
06-20-2003, 04:27 AM
Does anyone know a program, site that will encrypt your source code? (It will give people random numbers, letters etc. But will still read as if it was html)

Dude128
06-20-2003, 04:34 AM
try searching any of the major JavaScript sites, or even the forum or the Internet. I know they've been mentioned here, and all of those JS sites (that have also been mentioned here, in case you need to search for them) seem to have them.

just know that they are NOT hard to convert back to HTML- all they do is replace the <, >, and / characters and stuff with their alternate codes. so all that one has to do is figure out what each one is (or look them up), and do a find and replace in a text editor. then there you go, you have fully readable (and copy-able) source code.

Gen-Leonisknovo
06-20-2003, 05:43 AM
Try this:


http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

designhazard
06-20-2003, 05:58 AM
cool! but do you know how to decrypting source codes?

pb&j
06-20-2003, 12:03 PM
Originally posted by designhazard
cool! but do you know how to decrypting source codes?
here is one of many DEscramblers out there...
http://www.ozzu.com/descramble/descramble.cgi
they do an example on a "paid" scrambler.

shana84
06-20-2003, 04:57 PM
So, there isn't a sure fire way to hide your source code content from being "stolen"???