NODE ae16811dRe: ESP Unix encrypted session protocol software
norm@netcom.com (Norman Hardy)Wed, 1 Feb 95 13:03:39 PST
At 11:49 PM 1/31/95, Thomas Grant Edwards wrote:
>On Tue, 31 Jan 1995, Eric Hughes wrote:
>
>> Just because plain old Diffie Hellman is subject to active attack
>> doesn't mean it's useless. Some protection is better than no
>> protection at all. It's still worthwhile implementing some security
>> to make an opponent's task harder than to implement no security.
>
>I'm curious though if there is some way to reduce the risk or at least
>increase the detectability of active DH spoofing. I am thinking of the
>use of a trusted adjudicator who could receive information from both the
>original participants and check to see if the two keys matched.
>
>Does anyone see a good solution to this problem?
....
I trust that that the attack refered to is the "man-in-the-middle". I find
it very curious that there is a simple fix to the attack for the enctrypted
voice channel. Each unit displays to its human a few bits of g^(xy). One
human quotes them vocally to the other. If there is a man in the middle the
bits are unlikely to match. What I find curious is that there seems to be
no automated analog to this precaution. It has to do with the difficulty of
substituting the vocal signals that code these bits. This is too hard for
either computer or man (in the middle). I write to stimulate a solution. I
have none.
NODE ed1911beRe: ESP Unix encrypted session protocol software
Matt Blaze <mab@crypto.com>Wed, 1 Feb 95 13:37:44 PST
>I trust that that the attack refered to is the "man-in-the-middle". I find
>it very curious that there is a simple fix to the attack for the enctrypted
>voice channel. Each unit displays to its human a few bits of g^(xy). One
>human quotes them vocally to the other. If there is a man in the middle the
>bits are unlikely to match. What I find curious is that there seems to be
>no automated analog to this precaution. It has to do with the difficulty of
>substituting the vocal signals that code these bits. This is too hard for
>either computer or man (in the middle). I write to stimulate a solution. I
>have none.
>
>
The reason there's no "computer" analog to the "anti-spoofing vector"
for human-human voice communication lies in the definition of
authentication. In a formal sense authentication here means binding a
secret that only you know to the encrypted channel. In the case of voice
communication over an encrypted link, that "secret" consists of the ability
to hold a convincing exchange that sounds like your voice. You bind the
secret to the channel by speaking a hash of the key. Computers, not
pre-equipped with biological mechanisms for establishing who they are,
need to use another secret (like knowledge of the secret part of a public
key signature pair) to which only the computer you want to authenticate has
access.
The encrypted human voice authentication scheme is only as strong as it
is hard to spoof voices. Digital signature authentication is only as
strong as it is hard to break the signature scheme or compromise the
signing key.
-matt