Misplaced Pages

Neuman–Stubblebine protocol

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Network authentication protocol
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Neuman–Stubblebine protocol" – news · newspapers · books · scholar · JSTOR (May 2023) (Learn how and when to remove this message)

The Neuman–Stubblebine protocol is a computer network authentication protocol designed for use on insecure networks (e.g., the Internet). It allows individuals communicating over such a network to prove their identity to each other. This protocol utilizes time stamps, but does not depend on synchronized clocks.

The protocol

If Alice (A) initiates the communication to Bob (B) with S is a server trusted by both parties, the protocol can be specified as follows using security protocol notation:

  • A and B are identities of Alice and Bob respectively
  • M is a session identifier
  • K A S {\displaystyle K_{AS}} is a symmetric key known only to A and S
  • K B S {\displaystyle K_{BS}} is a symmetric key known only to B and S
  • N A {\displaystyle N_{A}} and N B {\displaystyle N_{B}} are nonces generated by A and B respectively
  • T A {\displaystyle T_{A}} and T B {\displaystyle T_{B}} are timestamps generated by A and B respectively
  • K A B {\displaystyle K_{AB}} is a generated symmetric key, which will be the session key of the session between A and B

A B : A , N A {\displaystyle A\rightarrow B:A,N_{A}}

Alice notified Bob of intent to initiate secure communication.

B S : B , N B , { A , N A , T B } K B S {\displaystyle B\rightarrow S:B,N_{B},\{A,N_{A},T_{B}\}_{K_{BS}}}

Bob generates a times stamp and a nonce, and sends this to the trusted Server.

S A : { B , N A , K A B , T B } K A S , { A , K A B , T B } K B S , N B {\displaystyle S\rightarrow A:\{B,N_{A},K_{AB},T_{B}\}_{K_{AS}},\{A,K_{AB},T_{B}\}_{K_{BS}},N_{B}}

The trusted Server generates a session key and a message for Alice to forward to Bob.
A B : { A , K A B , T B } K B S , { N B } K A B {\displaystyle A\rightarrow B:\{A,K_{AB},T_{B}\}_{K_{BS}},\{N_{B}\}_{K_{AB}}}

Alice forwards the message and verifies N A {\displaystyle N_{A}} is the same that she generated earlier. Bob will verify T B {\displaystyle T_{B}} and N B {\displaystyle N_{B}} have not changed when he receives the message.

Subsequent communications

An advantage provided by this protocol is that Alice can utilize the trusted Server's message to initiate authentication with Bob within some predetermined time limit without utilizing the trusted Server. The protocol proceeds as follows using the same definitions as above.

A B : { A , K A B , T B } K B S , N A {\displaystyle A\rightarrow B:\{A,K_{AB},T_{B}\}_{K_{BS}},N'_{A}}

Alice sends the message the trusted Server sent her previously when communication with Bob.

B A : N B , { N A } K A B {\displaystyle B\rightarrow A:N'_{B},\{N'_{A}\}_{K_{AB}}}

Bob sends Alice a new nonce and her new nonce encrypted with session key that Alice resent from previous communication.

A B : { N B } K A B {\displaystyle A\rightarrow B:\{N'_{B}\}_{K_{AB}}}

Alice returns Bob's nonce encrypted with the session key to allow him to verify the communication is successful.

Attack

Using the theorem prover SPASS it has been shown that this protocol can be attacked. This attack and two more from are outlined in .

See also

References

Schneier, Bruce (1996), Applied Cryptography, John Wiley & Sons, pp. 60–62, ISBN 0-471-12845-7

  1. Weidenbach, Christoph (1999), Towards an Automatic Analysis of Security Protocols in First-Order Logic, Saarbrücken, Germany{{citation}}: CS1 maint: location missing publisher (link)
  2. Hwang, Tzonelih; Lee, Narn-Yih; Li, Chuan-Ming; Ko, Ming-Yung; Chen, Yung-Hsiang (1994), "Two attacks on Neuman-Stubblebine authentication protocols", Information Processing Letters, 53 (2), Tainan, Taiwan: 103–107, doi:10.1016/0020-0190(95)00177-E
Categories:
Neuman–Stubblebine protocol Add topic