summaryrefslogtreecommitdiff
path: root/passlib/handlers/fshp.py
Commit message (Expand)AuthorAgeFilesLines
* python compat cleanup -- use magic super() callsEli Collins2020-10-061-2/+2
* cleanup old python compat -- removed u() wrapper from some regexesEli Collins2020-10-061-3/+3
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-4/+4
* cleanup old python compat -- removed iteritems() wrapperEli Collins2020-10-061-2/+2
* compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-3/+2
* utils.handlers.HasSalt: set min_salt to default to 0, not NoneEli Collins2016-06-261-1/+0
* fshp: converted _norm_variant() to classmethod,Eli Collins2016-06-161-9/+13
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-3/+3
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-1/+11
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-6/+2
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-2/+2
* Merge from stableEli Collins2015-07-251-2/+2
|\
| * retuned/updated default rounds settings for all hashesEli Collins2015-07-251-2/+2
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-2/+2
* | Merge from stableEli Collins2013-12-271-2/+2
|\ \ | |/
| * updated rounds values based on timing tests. also:Eli Collins2013-12-221-2/+2
* | removed some unused importsEli Collins2013-04-091-1/+0
|/
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-39/+38
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+10
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-1/+1
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-2/+2
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-171-1/+3
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-2/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-4/+2
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-3/+3
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-7/+11
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-1/+1
* large refactor of GenericHandler internalsEli Collins2012-02-081-24/+22
* import cleanupsEli Collins2012-01-181-6/+5
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-1/+1
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-4/+6
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+2
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-3/+4
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* added compatibility module (passlib.utils.compat)Eli Collins2011-12-061-1/+2
* branch exploring feasibility of removing need for 2to3Eli Collins2011-12-061-1/+1
* tweaked fshp documentationEli Collins2011-07-271-6/+4
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-9/+9
* replaced redundant code in a few places w/ new identify_prefix() helperEli Collins2011-06-221-8/+1
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+1
* converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpassEli Collins2011-06-171-12/+26
* added FSHP supportEli Collins2011-06-021-0/+186