6 lines
445 B
Markdown
6 lines
445 B
Markdown
[](https://abeaumont.github.io/ocaml-pbkdf)
|
|
[](https://travis-ci.org/abeaumont/ocaml-pbkdf)
|
|
|
|
# Password based key derivation functions (PBKDF) from PKCS#5
|
|
|
|
An implementation of PBKDF 1 and 2 as defined by [PKCS#5](https://tools.ietf.org/html/rfc2898) using [nocrypto](https://github.com/mirleft/ocaml-nocrypto) |