6 lines
445 B
Markdown
6 lines
445 B
Markdown
|
[![docs](https://img.shields.io/badge/doc-online-blue.svg)](https://abeaumont.github.io/ocaml-pbkdf)
|
||
|
[![Build Status](https://travis-ci.org/abeaumont/ocaml-pbkdf.svg?branch=master)](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)
|