Module t.c.util

Part of twisted.cred View Source

Utility functions for authorization.

These are currently for challenge-response shared secret authentication.

Maintainer: Glyph Lefkowitz

Stability: semi-stable
Line # Kind Name Docs
24 Function respond Respond to a challenge.
37 Function challenge I return some random data.
def respond(challenge, password):
Respond to a challenge. This is useful for challenge/response authentication.
def challenge():
I return some random data.