I have an web application that encrypts data using a public and sent it to another web application. Which will then decrypt the data using a the user private key.
My question is, since but the Private and Public key are generated in the first application. how does the other application get the private?
Thanks!
...
Go to the complete details ...