Package flumotion :: Package twisted :: Module credentials
[show private | hide private]
[frames | no frames]

Module flumotion.twisted.credentials

Flumotion Twisted credentials
Classes
Token  
Username I am your average username and password credentials.
UsernameCryptPasswordCrypt I take a username and a crypt password.
UsernameCryptPasswordCryptChallenger I take a username.
UsernameCryptPasswordPlaintext I take a username and a plaintext password.
UsernameSha256PasswordCryptChallenger I take a username.

Function Summary
  cryptChallenge()
I return some random data.
  cryptRespond(challenge, cryptPassword)
Respond to a given crypt challenge with our cryptPassword.
  dataToHex(data)
Take a string of bytes, and return a string of two-digit hex values.

Function Details

cryptChallenge()

I return some random data.

cryptRespond(challenge, cryptPassword)

Respond to a given crypt challenge with our cryptPassword.

dataToHex(data)

Take a string of bytes, and return a string of two-digit hex values.

Generated by Epydoc 2.1 on Sat Apr 14 13:11:54 2007 http://epydoc.sf.net