Advertisement
Guest User

Untitled

a guest
May 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 1. The client generates an AES key named key_1, encodes it with the server's RSA private key and sends it to it
  2. 2. The server decodes key_1, generates another AES key named key_2, encodes it with key_1 and sends it back to the client
  3. 3. The client decodes key_2 using key_1 and both sides communicate using key_2 for the rest of the exchange
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement