Hello! Is there any method to encrypt messages between two clients if one of those client is JavaScript client working in web browser?
I can implement RC4 cipher or similar (DES JS implementation exists as I remember) but key management is very big problem. I can't implement PGP or x509 key management in JS/Google Web Toolkit. Maybe Java applet may be a solution? Applet for encryption and key exchange only. -- Bartosz MaĆkowski Tigase Polska JID: [EMAIL PROTECTED]
