Click to See Complete Forum and Search --> : Source Locker HTML JavaScript Encryptor
zipposusa
12-13-2003, 01:05 AM
I had a program, well not really a program, but it came in a .zip file and the name of the program was called "Source Locker". What it did is you could take your entire webpage or just your JavaScript and put it in this program and encrypt it and then paste it into your webpage so some one couldn't decipher the codes. It was sent to me by the creator. My hard drive crashed about 5 months ago and I just now realized that I lost this valuable program. More detail. When you go to open the program it is listed as an html document not an .exe file and when it is opened it shows "Source Locker" and goes through some loading of things and then shows the box to enter your text in. If ANYONE can please help me I would greatly appreciate it. I have many programs if some one want to trade. I also have written a lockpick guide e-book that I will trade for this program. Any help would be appreciated. e-mail me at zipposusa@w-link.net
Thank you,
David
iniquity101
12-13-2003, 05:23 AM
no idea what the program your lucking for is...
but there are many online encryptor and freeware programs.
from a google search theres loads of results (http://www.google.com/search?hl=en&lr=&ie=ISO-8859-1&q=lock+source+encryptor)
fredmv
12-13-2003, 10:22 AM
Don't use it. Search this forum for a few good debates on it.
PeOfEo
12-13-2003, 11:01 AM
i fou want secure data and logins, do it server side. Java script is not secure because it is client side so you might as well not bother encrypting it because it can just get decrypted.
Jeff Mott
12-13-2003, 11:22 AM
Well... logins can be secure since they require interation with the user (e.g., usernmae and password). But anything meant to be automatic, such as automatically decrypting your source code for the browser is horribly insecure and it always will be no.one couldn't decipher the codeszipposusa, if this is what the authors of the program told you then were hustled.
PeOfEo
12-13-2003, 05:50 PM
if its encrypted its in what, unicode, ASCII? Because the browser still has to read it, it would have to be something like that. If its base2 base8 or base16 or any other numeric encryption like that I can do it by hand, it isnt hard. Or I can write a simple algorythm in vb to decrypt it for me. Encryption of code is really a silly way to try to protect data.
Jeff Mott
12-13-2003, 07:03 PM
if its encrypted its in what, unicode, ASCII? base2 base8 or base16 or any other numeric encryption like thatThose are all methods of encoding, not encrypting. In my last post I had said interaction with the user was required. Such as password. Which could then be used as the key for decryption. And since the key is provided by the user it does not need to be within the source code.Encryption of code is really a silly way to try to protect dataOnly if you don't do it correctly. But then, the wrong is a silly way of doing anything.
PeOfEo
12-13-2003, 07:25 PM
Oh, I thought we were talking about encoding source code to hide things like for a java script password or something so you could hide a url in your source that a user would be redirected to, or something along those lines.
Jeff Mott
12-13-2003, 10:47 PM
I thought we were talking about encoding source code to hide things like for a java script password or something so you could hide a url in your source that a user would be redirected to, or something along those linesWell, that is sorta what I was talking about if I understood you correctly. Storing encrypted content and only decrypting and displaying that content if the correct password is given.
PeOfEo
12-14-2003, 11:00 AM
Well I thought the content was just encoded in certain sections in ascii or unicode, but the browser can still read it but it is designed so that we can't... :rolleyes:. I was a little off in my thinking, I was not thinking password encrpying. But why not just use an https login then if you are going to go through the lengths of encryption to make it secure, why not just actually make it secure :rolleyes:
Jeff Mott
12-14-2003, 12:21 PM
But why not just use an https login then if you are going to go through the lengths of encryption to make it secureOnly because we were discussing client-side methods. I myself have never used it in any real scenario. I developed it only to show that it could be done.why not just actually make it secureIf fact, it is actually secure. Same as the security of the HTTPS protocol, the security of the system relies on the security of the cryptosystem. If that algorithm was written by a Web developer assuming they could do just as good a job as a cryptographer then it probably would not be secure. The implementation I developed uses the Rijndael algorithm, which is the FIPS approved advanced encryption standard.
PunkSktBrdr01
12-14-2003, 01:57 PM
I think zipposusa is just talking about encrypting his/her source code, not a password.
Jeff Mott
12-14-2003, 02:28 PM
I know. In my initial post I had said that a login was possible, but simply hiding your source code was not.
jochem
12-15-2003, 08:51 AM
Encrypting or hiding a source code is just NOT DONE. Some countries may even ban your website if you do. Check out this great article at http://www.vortex-webdesign.com/help/hidesource.htm.
Cheers, Jochem :cool:
clairec666
12-15-2003, 09:03 AM
What's the point in hiding code? Then people like US can't go to your website and steal it! :( I must admit, is is tempting. But it isn't really hidden, since the browser can read it. So you can never totally hide it, and passwords won't be secure.
Originally posted by clairec666
Then people like US can't go to your website and steal it!If they are trying to hide their code, odds are real good you do not want to see it anyway. Have you noticed - most (if not all) of the sites that attempt (and miserably fail) to hide the source code suck?
PeOfEo
12-15-2003, 04:06 PM
the people that try to hide source code are usually novice developers who think they are hot stuff, othen they do not know how to get around their own scripts so they think they are secure. This is just what I have seen from my experience. It is always fun to go to a website that goes through extreme methods (no right click, blocked toolbars , etc) to try to hide the coce, then visit it on firebird w/ java script turned off (the most conveiniant of the many ways to get around scripts like this) and copy their code and email it to them.
jochem
12-15-2003, 05:21 PM
"copy their code and email it to them" :D
Guess that should close this thread. Funny that the guy who started it didn't participate in it at all.
Cheers, Jochem :cool:
johnd
05-16-2005, 02:18 PM
Well, guys, very interesting discussion. Let me add one thing. I agree that "encrypting" source code in HTML is useless, what I like though is "encoding". I just hate thinking that some bastard would just copy my code I've been toiling on for so long. What I mostly mean is just making it hard to copy and alter - not to read password off or a link. I also agree that using Java script to encode web page is not the best option -- I tried once then to discover my page doesn't load correctly on web browsers other than IE.
I've stumbled upong this handy scrambling program and I've been using it since then. http://www.dennisbabkin.com/php/download.php?what=ScrEnc What I like about it is that it can encode both java and HTML without any sophisticated Java Script insertions. Very simple.
zipposusa
08-16-2005, 12:36 PM
Thank you everyone for your input. I finally found the program I was looking for directly from the creator. It wasn't built for login or password protect. It was just something to encrypt web pages so people had a harder time taking pictures and such. Thank you, David
zipposusa
02-26-2010, 09:17 PM
I know you can still get the code off of the site but it keeps the novice people from getting them. I had an auction on eBay for an $18,000 fat boy cycle an someone copied my source code and made another auction to try and rip someone off of 18k.. someone emailed me and asked which auction was real. luckly he was an idiot and used my picture host and I just changed the pictures to say that that was a fraud auction. the encryptor was to just to make them have to go through more to get it. David