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
sha256=bdf60a297ad9a4171537411afd4b3f4d269cb22cbbf614a4c9cbd52ed8b5bc56
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

Used by (4)

  1. builder-web < "0.2.0"
  2. datakit-ci
  3. scrypt-kdf
  4. x509 >= "0.12.0" & < "1.0.0"

Conflicts

None

OCaml

Innovation. Community. Security.