php - How Restful Request Public Key and Private Key Works for each request -


i looking @ public key , private key encryption web request. came across api encrypts data using jquery public key requested server , passed server further process.

my question how handle such dynamically created public/private key each time. example requesting rsa public key server , encrypt data , pass server, how server know key pair used request.

i seeing examples http://www.jcryption.org/ in requests key , passed server decryption, have plenty of requests generate separate key each request how can decode on server side.


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -