On 2/13/07, Milan Babuskov <[EMAIL PROTECTED]> wrote: > If you need stronger encryption take a look at 3DES algorithm or > something similar. You probably won't find javascript implementation, > but you can find some in C and rewrite that to javascript. > > Althought, I'd like to know what do you need it for? It's much easier > to use https to protect the data stream between browser and web server.
Basically, Ive got a page which has LOTS of email addresses - all encrypted with that example javascript... Im hoping to avoid having 100KB+ pages, & doing a small PHP script to automatically encode the email addresses - But the "output" emails will all be encoded (also easier to edit / update too - ) in ONE email address, we have 268 characters of HTML source code to produce a 28 character email address (includes "mailto:") the pages / site uses plain HTML & frames etc.. & im doing a PHP version - as an example for my friend... Just trying to be efficient... & saves time updating (later on) --- G NZ community groups - [EMAIL PROTECTED] Freecycle Auckland :- http://groups.yahoo.com/group/AucklandFreecycle/
