Untrusted applet encryption

2000-02-29 Thread Gerard Monsen
Hi! I work for a small software development company in Oakland, CA. We're developing a product that will allow lawyers to view case information over the web using a Java applet. As you can imagine, these documents are extremely sensitive, so it's important for us to encrypt all of the

Re: Untrusted applet encryption

2000-02-29 Thread Charles Forsythe
Any ideas? Running inside a browser, you may use HTTPS: URL's "for free." This is not documented, but it does work. If you want to use something you control, you can just use a symmetric encryption. Deliver the encryption key as an applet parameter on a secure web page. The encryption