summaryrefslogtreecommitdiff
path: root/passlib/crypto/scrypt
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-2/+2
* cleanup old python compat -- removed izip() wrapperEli Collins2020-10-061-7/+6
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* passlib.crypto.scrypt: add support for hashlib.scrypt() backend (fixes issue 86)Eli Collins2019-11-111-2/+73
* passlib.crypto.scrypt: reworked backend loader internalsEli Collins2017-01-231-38/+52
* crypto.scrypt: change require keylen>=1, to match pbkdf2_hmac()Eli Collins2016-06-201-2/+2
* utils.handlers: split out most of HasManyBackends into separate BackendMixin,Eli Collins2016-06-171-10/+13
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-104-0/+761