Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no first person in man pages. | 2014-11-25 | 1 | -3/+3 | |
| | |||||
* | Explain why we deviate slightly from the PBKDF2 standard. | 2014-09-27 | 1 | -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 .In | 2013-06-05 | 1 | -3/+3 | |
| | |||||
* | \-1; | 2013-06-04 | 1 | -3/+3 | |
| | |||||
* | not much use for sha1 .Xr | 2013-06-03 | 1 | -2/+1 | |
| | |||||
* | Add bcrypt_pbkdf, a password based key derivation function using bcrypt. | 2013-06-03 | 1 | -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.) |