hey there!

i'm working on a entertainment/ecommerce site, connected to various databases etc. and it must have the ability to register new users and let them login later.

a matter of great concern is security.

are there any ideas or solutions to protect the data sent from flash movie to the server scripts from sniffing/interception?
i _really_ can't use SSL..

i could implement some primitive encryption using actionscript to the login/registering movie, but maybe there are some better/more reliable ways to do that?

it's important as i must guarantee the users' private information will not pass to any eavesdropper..

any thoughts appreciated.

thanks in advance,
<mentalray

p.s. sudden idea: it should be possible to make encryption/decription on client side with javascript, isn't it? i could use 'javascript:...' url's to send/receive variables to/from main html page containing some javascript functions... just would that work with ALL 3.0+ browsers?? or are there any restrictions?