summaryrefslogtreecommitdiff
path: root/choose_rounds.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-061-1/+0
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-1/+1
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-1/+1
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-1/+1
* bugfix: choose_rounds: make it py3 compatibleEli Collins2015-12-051-15/+15
* added backend arg to choose_rounds helperEli Collins2015-07-251-5/+16
* style cleanupsEli Collins2013-04-091-2/+2
* rough draft of simple tool for choosing correct rounds valueEli Collins2012-11-261-0/+166