Package M2Crypto :: Module AuthCookie
[frames] | no frames]

Module AuthCookie



Secure Authenticator Cookies

Copyright (c) 1999-2002 Ng Pheng Siong. All rights reserved.

Classes
  AuthCookieJar
  AuthCookie
Functions
 
mix(expiry, data, format='exp=%s&data=%s&digest=')
 
unmix(dough, regex=re.compile(r'exp=(\d+\.\d+)&data=(.+)&digest=(\S*)'))
 
unmix3(dough, regex=re.compile(r'exp=(\d+\.\d+)&data=(.+)&digest=(\S*)'))