I encapsulate a username and check SHA-256 passwords.
This credential interface is used when a SHA-256 algorithm is used on
the password by the party requesting authentication.. CredentialCheckers
which check this kind of credential must store the passwords in plaintext
or SHA-256 form.
|
|
_InterfaceClass__attrs = {'checkSha256Password': <zope.interfa...
|
|
|
__bases__ = (<InterfaceClass twisted.cred.credentials.ICredent...
|
|
|
__identifier__ = 'flumotion.twisted.credentials.IUsernameSha25...
|
|
|
__iro__ = (<InterfaceClass flumotion.twisted.credentials.IUser...
|
|
|
__name__ = 'IUsernameSha256Password'
|
|
|
__sro__ = (<InterfaceClass flumotion.twisted.credentials.IUser...
|
|
|
_implied = {<InterfaceClass twisted.cred.credentials.ICredenti...
|
|
|
dependents = <WeakKeyDictionary at 150844044>
|
Inherited from zope.interface.Interface (private):
_Element__tagged_values
|