summaryrefslogtreecommitdiff
path: root/passlib/totp.py
Commit message (Expand)AuthorAgeFilesLines
* passlib.totp: converted encrypt_key() helper to use AES-CTR via 'cryptography...Eli Collins2016-06-101-14/+72
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-12/+8
* passlib.totp: factored out SequenceMixin for general use in passlibEli Collins2016-02-101-29/+4
* comments & doc updatesEli Collins2015-07-231-4/+4
* passlib.totp: py26 compat fix: patch urlparse to recognize otpauth schemeEli Collins2015-07-231-1/+14
* totp: changed DEFAULT_OFFSET to 0.Eli Collins2015-01-101-1/+1
* removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-1/+1
* TOTP implementation mostly finalizeEli Collins2015-01-091-252/+2084
* added passlib.totp -- TOTP (google authenticator) support.Eli Collins2013-05-071-0/+337