in reply to I need some simple encryption.
There is a big increase in complexity with doing the encryption in the browser. The form requires JavaScript, limiting who can use it. You will need to develop and test solution. You will likely run into variations in JavaScript implementations. You will need to get the JavaScript and Perl implementations to talk.
Doing the encryption in the browser doesn't buy you much security. Public-key encryption is probably too complicated to implement in the browser. Not to mention it requires multiple messages to do a proper key exchange. The simplest solution is to put the key in the page. But then the key is visible to packet sniffers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I need some simple encryption.
by Cap'n Steve (Friar) on Aug 27, 2004 at 01:37 UTC |