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!