An open API service indexing awesome lists of open source software.

https://github.com/abeaumont/ocaml-pbkdf

Password based key derivation functions from PKCS#5, RFC 2898
https://github.com/abeaumont/ocaml-pbkdf

cryptography kdf ocaml pbkdf2

Last synced: about 1 year ago
JSON representation

Password based key derivation functions from PKCS#5, RFC 2898

Awesome Lists containing this project

README

          

[![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 [mirage-crypto](https://github.com/mirage/mirage-crypto)