summaryrefslogtreecommitdiffstats
path: root/lib/libutil/bcrypt_pbkdf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no first person in man pages.tedu2014-11-251-3/+3
|
* Explain why we deviate slightly from the PBKDF2 standard.doug2014-09-271-3/+5
| | | | | | | This explanation is based off of Ted's site. Also, fix a comment from the SHA-1 version. ok tedu@
* i copied .Fd just like everybody else. use .Intedu2013-06-051-3/+3
|
* \-1;jmc2013-06-041-3/+3
|
* not much use for sha1 .Xrtedu2013-06-031-2/+1
|
* Add bcrypt_pbkdf, a password based key derivation function using bcrypt.tedu2013-06-031-0/+68
Technically, it's a slight variant of bcrypt better suited for use as a pluggable hash with PKCS #5 PBKDF2. ok djm (also tweak pkcs5_pbkdf2() prototype to have consistent types.)