> >I need to send password using a POST method in a secure
> >way.Is there a way to encrypt the password?
>
> I used an applet to provide an encryption method and then use
> JavaScript to ensure that the fields of forms and so forth are
> encrypted before they are posted.

RC4 is actually simple enough to implement in JavaScript...

> Unfortunately, without https there is no other way.

Without SSL, how do you get the encryption key safely to the client?  Or were
you using public key...

-- Charles

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to