Practical-Cryptography-for-Developers-Book
Practical-Cryptography-for-Developers-Book copied to clipboard
Update key-exchange.md
in the RSA key exchange the client encrypts a random session key by server's public key and sends it to the server, where it is decrypted using the server's private key.