summaryrefslogtreecommitdiff
path: root/passlib/handlers/argon2.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-4/+4
* cleanup old python compat -- removed int_types aliasEli Collins2020-10-061-1/+1
* cleanup old python compat -- removed uascii_to_str() wrapperEli Collins2020-10-061-2/+2
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-5/+5
* cleanup old python compat -- removed "unicode_or_str" and "native_string_type...Eli Collins2020-10-061-3/+3
* cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-5/+2
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* Merge from stableEli Collins2019-11-221-2/+3
|\
| * bugfix: argon2: replace directive with equivalent that will work under py26/3...Eli Collins2019-11-191-2/+3
| * argon2, parsehash tests -- fix some PY2 edge cases detected by CIEli Collins2019-11-111-2/+2
* | argon2, parsehash tests -- fix some PY2 edge cases detected by CIEli Collins2019-11-111-2/+2
* | Merge from stableEli Collins2019-11-101-52/+235
|\ \ | |/
| * argon2 -- check for unsupported "argon2" package, or "argon2_cffi" that's too...Eli Collins2019-11-101-1/+15
| * argon2 -- added support for type "ID" hashes & for generating type "D" hashes.Eli Collins2019-11-101-51/+216
| * added tests for parsehash() method; fixed argon2 error (fixes issue 97)Eli Collins2019-11-101-0/+4
| * Back out changeset 53dc260cead7 -- restores argon2 to 16 byte hash output.Eli Collins2019-11-091-3/+4
| * argon2: set checksum size to 32, per issue 88.Eli Collins2017-03-041-4/+3
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-3/+3
|/
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-221-1/+2
* passlib.handlers.argon2: argon2_cffi 16.2 compat fixesEli Collins2016-11-191-1/+2
* utils.handlers: tried to greatly simplify how BackendMixin & subclasses operateEli Collins2016-11-101-7/+13
* bugfix: argon2 & bcrypt2 -- stub _calc_checksum stub should use super() callEli Collins2016-11-091-1/+3
* argon2, bcrypt: reworked how backends are managed.Eli Collins2016-06-301-161/+204
* argon2: added argon2.pure_use_threads flag,Eli Collins2016-06-291-0/+6
* argon2: added 'max_threads' option to limit load when testing argon2pureEli Collins2016-06-221-1/+27
* argon2: now requiring argon2pure >= 1.2.2, dropped workarounds for older vers...Eli Collins2016-06-201-23/+5
* bugfix: fixed a bunch of small UT failuresEli Collins2016-06-201-4/+4
* cleanup: 'uint4/8' refs incorrectly named, should be 'uint32/64'Eli Collins2016-06-201-5/+4
* passlib.hash.argon2: support for Argon2 hash formatEli Collins2016-06-171-0/+759