Re: RSA implementation, please comment.



On Tue, 01 Jul 2008 17:24:08 -0700, Rob wrote:

Hi All;
I've come up with a solution and I'd like some feedback on whether or
not it is secure.

Besides not being terribly secure, but also not terribly insecure, I see
one fatal flaw in your plan. How is the client going to use the private
key? As I read it, you are going to use javascript. I think you'll find
that opening the key will take forever and using it even longer.

Replace the client side with a Java applet or application and the whole
thing becomes much more viable.

M4
.