summaryrefslogtreecommitdiff
path: root/passlib/tests/test_crypto_scrypt.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-2/+2
* cleanup old python compat - assorted minor cleanups & fixes from conversionEli Collins2020-10-061-1/+2
* Merge from stableEli Collins2020-10-061-1/+1
|\
| * passlib.tests: silenced some internal warnings; fixed edge case in scrypt test;Eli Collins2020-10-061-1/+1
* | Merge from stableEli Collins2019-11-111-12/+45
|\ \ | |/
| * passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-111-12/+45
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-3/+3
|/
* passlib.tests: silence some more scrypt backend warnings,Eli Collins2017-01-301-0/+1
* passlib.crypto.scrypt: reworked backend loader internalsEli Collins2017-01-231-1/+1
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-221-1/+2
* passlib.tests: large refactor to make all tests that depend on RNG behaveEli Collins2016-11-211-13/+17
* scrypt: hash format changedEli Collins2016-06-201-4/+3
* tests: relocated hb() helper to tests.utilsEli Collins2016-06-201-2/+1
* crypto.scrypt: change require keylen>=1, to match pbkdf2_hmac()Eli Collins2016-06-201-1/+1
* cleanup: 'uint4/8' refs incorrectly named, should be 'uint32/64'Eli Collins2016-06-201-17/+17
* hash.scrypt: refactoring & improvementsEli Collins2016-06-171-1/+1
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-101-0/+597