summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* totp: stripping out HOTP support -- not generally used/useful in the real worldEli Collins2016-11-072-70/+9
* docs: marked MCF as "deprecated" in favor of PHC format, notes scrypt & argon...Eli Collins2016-10-043-9/+19
* totp: documented the global from_uri() / from_json() helpers, as well as to_d...Eli Collins2016-10-032-0/+25
* docs: added ref to PHC-SF format specEli Collins2016-10-031-0/+6
* docs: updated styling, tweaked faq wordingEli Collins2016-10-032-7/+8
* totp: added a bunch of tutorial content, relocated nested API documentationEli Collins2016-10-032-46/+558
* docs: missed a few files from previous commitEli Collins2016-07-294-0/+157
* docs: large reorganization of documentationEli Collins2016-07-2914-245/+272
* ran full tests to verify we work under pyston 0.5.1Eli Collins2016-07-151-0/+1
* docs: updated theme (requires latest cloud_sptheme)Eli Collins2016-07-152-5/+17
* docs: corrected / updated various bits of text, especially TOTP docsEli Collins2016-07-153-7/+12
* passlib.totp: large refactoring of API, added support for migration applicati...Eli Collins2016-07-121-0/+6
* docs: noted issue with sha256_cryptEli Collins2016-06-301-0/+19
* docs: cleaned up language & linksEli Collins2016-06-303-4/+8
* CryptContext: added "harden_verify" supportEli Collins2016-06-292-2/+40
* passlib.hash: Improved handling of hashes which truncate passwordsEli Collins2016-06-293-4/+30
* Enhanced disabled hash managementEli Collins2016-06-262-0/+21
* docs: build fixesEli Collins2016-06-233-3/+6
* utils: pinned down unicode/bytes handling for ab64/b64s helpersEli Collins2016-06-221-2/+4
* docs: various updatesEli Collins2016-06-209-42/+118
* docs: misc cleanups & todosEli Collins2016-06-201-1/+1
* scrypt: hash format changedEli Collins2016-06-203-24/+16
* argon2: now requiring argon2pure >= 1.2.2, dropped workarounds for older vers...Eli Collins2016-06-201-1/+1
* pbkdf2: removed support for M2Crypto backend -- was only useful for sha1Eli Collins2016-06-201-6/+1
* pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends.Eli Collins2016-06-202-0/+15
* passlib.hash.argon2: support for Argon2 hash formatEli Collins2016-06-173-0/+138
* docs: replaced a bunch of :meth:`encrypt` referencesEli Collins2016-06-174-6/+6
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-1510-15/+15
* docs / bcrypt: updated doc to recommend bcrypt cffi backendEli Collins2016-06-151-4/+3
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-1511-37/+38
* renamed handler.using() method to handler.replace(),Eli Collins2016-06-131-4/+26
* handler.genconfig() / .genhash() deprecated entirelyEli Collins2016-06-131-32/+14
* passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3...Eli Collins2016-06-111-1/+34
* docs: update examples to use pbkdf2_sha256 instead of sha256-cryptEli Collins2016-06-113-28/+31
* passlib.apache: drastically rewrote parsing & rendering codeEli Collins2016-06-111-2/+5
* docs: cleanupsEli Collins2016-06-101-4/+8
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-104-13/+131
* docs: minor changesEli Collins2016-06-101-2/+5
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-0/+15
* passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-0/+5
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-103-11/+10
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-1036-108/+149
* changes: updated 1.7 TODO list, reformatted some itemsEli Collins2016-02-111-0/+1
* passlib.pwd: big cleanup pass, removing code that won't be ready for releaseEli Collins2016-02-111-29/+5
* added reference for cisco_asa algorithmEli Collins2016-02-101-0/+3
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-1014-54/+91
* passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-2/+4
* Merge with stableEli Collins2016-02-092-0/+3
|\
| * Fix typoYuval Langer2015-12-301-1/+1
| * Fix typoYuval Langer2015-12-301-1/+1