aboutsummaryrefslogtreecommitdiffstats
path: root/src/passhash
Commit message (Collapse)AuthorAgeFilesLines
* Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-121-9/+1
| | | | not well tested.
* Make the alg_id param for passhash9 optional. Update callers.lloyd2011-04-112-23/+4
|
* Move password hashing schemes to src/passhashlloyd2011-02-176-0/+407
Set the upper limit on bcrypt hashing to workfactor 18, which takes about 25 seconds to run on my desktop machine.