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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -