Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add base64_decode. Seems to work OK, though incremental decoding is | lloyd | 2011-05-12 | 1 | -9/+1 |
| | | | | not well tested. | ||||
* | Make the alg_id param for passhash9 optional. Update callers. | lloyd | 2011-04-11 | 2 | -23/+4 |
| | |||||
* | Move password hashing schemes to src/passhash | lloyd | 2011-02-17 | 6 | -0/+407 |
Set the upper limit on bcrypt hashing to workfactor 18, which takes about 25 seconds to run on my desktop machine. |