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
- Host: GitHub
- URL: https://github.com/abeaumont/ocaml-pbkdf
- Owner: abeaumont
- License: bsd-2-clause
- Created: 2016-03-11T21:07:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T17:40:00.000Z (almost 2 years ago)
- Last Synced: 2024-07-15T21:45:05.603Z (almost 2 years ago)
- Topics: cryptography, kdf, ocaml, pbkdf2
- Language: OCaml
- Size: 680 KB
- Stars: 22
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://abeaumont.github.io/ocaml-pbkdf)
[](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)