package pbkdf

  1. Overview
  2. Docs

Description

An implementation of PBKDF 1 and 2 as defined by PKCS#5 (RFC 2898) in OCaml, using nocrypto.

Published: 31 Oct 2016

README

README.md

Password based key derivation functions (PBKDF) from PKCS#5

An implementation of PBKDF 1 and 2 as defined by PKCS#5 using nocrypto

Dependencies (6)

  1. nocrypto >= "0.5.0"
  2. cstruct >= "1.7.0" & < "6.0.1"
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None