views:

20

answers:

1

Hi!

I need to know how to generate a rsa keypair on the cliente-side.

My system has to send encrypted data through the server and I have to ensure that the server cannot decrypt the data. So the Private/Public keypair cannot be generated on the server-side.

Any knowledge regarding this?

Thank you!

A: 

Did you check this answer?
Maybe it has some useful informations.

And this might help?

Herr Kaleun
Thank you! I had check it before. But it does not answers me. I know that creating keypairs client-side is not a good policy for a typical PKI, but my system is different. The server cannot be able to read the data passed trough
I found the answer by myself: In browsers just with something like appletsBut HTML5 will support RSA keypair generation :D
Good :) Post it, so we all can know :)
Herr Kaleun