Network Authentication Security
We can enhance the previous model by adding encryption. This is done as follows:
- client connects
- server sends cert
- client encrypts message using public key, sends to server
- server decrypts message using private key
Difficult to break private key