|
|
|
|
|
by PowerBar
2094 days ago
|
|
That would still rely on A) some kind of secret that only the server knows that the client can verify in order to ensure it's not trading nonces with the MITM. B) A way for the client to ensure that the nonce isn't being passed through a second tcpcrypt session between the MITM and the server with the connection being in cleartext between the 2 tcpcrypt streams. Currently the best supported method of implementing both A and B is certificates, which means you may as well use TLS. |
|
Even if you don't authenticate at all, it makes it much more expensive to intercept all these connections.
And TLS lacks a way to automatically apply it to all connections.
Also I don't understand what scenario you're outlining with B.