| Trees | Index | Help |
|---|
| Package flumotion :: Package twisted :: Module 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 | |
|---|---|
I return some random data. | |
Respond to a given crypt challenge with our cryptPassword. | |
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. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |