|
|
|
|
|
by specialist
2987 days ago
|
|
How do two parties mutually verify, authenticate each other online? I'm struggling to remember the protocol from a sci-fi novel where two secret agents who (separately) had their minds transferred to new meat sacks reconnected in a new (hostile) environment. I think it had three parts: What you have, what you know, what you are. |
|
We verify the server's identity though it's public certificate that's signed by a certificate authority. The server can verify the client's identity via a public client certificate that's signed by an authority the server trusts. It's already possible to do this over a TLS connection.