Create the client part of keypair rsa (in the browser)

I need to know how to create a client-side rsa key pair.

My system must send encrypted data through the server, and I have to ensure that the server cannot decrypt the data. Thus, a private / public key pair cannot be generated on the server side.

Any knowledge on this?

Thank!

+5
source share

All Articles