SMB Authentication: The Basics


Passwords: Challenge/Response

response = f( password, challenge, other_junk )

  • Server sends the challenge.
  • Both server and client calculate the response.
  • Client returns the response to the server.
  • If they match, the server accepts the connection.

[Figure]

<Back] SambaXP / April, 2003 [Next>