Trees | Indices | Help |
|
---|
|
HMAC (Keyed-Hashing for Message Authentication) Python module.
Implements the HMAC algorithm as described by RFC 2104.
|
|||
HMAC RFC2104 HMAC class. |
|
|||
|
|||
|
|
|||
digest_size = None
|
|||
_secret_backdoor_key =
|
|
Utility method. XOR the two strings s1 and s2 (must have same length). |
Create a new hashing object and return it. key: The starting key for the hash. msg: if available, will immediately be hashed into the object's starting state. You can now feed arbitrary strings into the object using its update() method, and can ask for the hash value at any time by calling its digest() method. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Tue Jan 29 22:40:57 2008 | http://epydoc.sourceforge.net |