package pbkdf

  1. Overview
  2. Docs
Password based key derivation functions from PKCS#5, RFC 2898

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=a59b1ec460f25209ea5259ded6a18fbe

Description

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

Published: 14 Mar 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 (5)

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

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None