> There are measures that can be taken to make it
> harder for someone to get the source, but there is
> no way to prevent it.  There is also little reason
> to, that I can see, most things that are done with
> javascript are relatively simple anyways, and since
> it is an open language so someone could rewrite it
> themselves, granted you might be delaying them.  On
> the other hand, you are asking questions on a board
> where the language is GPL'd so you are not likely to
> find to many sympathetic posters when it comes to
> closing your source (especially web source)....
> 

I don't want to hide the main source code.  Only
encrypt the password on the client side.  I could do
that with  a js program.  Then my pl file could unwind
the script.  This is to keep people from viewing the
password in transit.  It would be like the unix salt
system.  I could put a key txt file in their protected
directory that my perl file would read to unwind the
js encrypted password.


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to