pbkdf: Haskell implementation of the PBKDF functions from RFC-2898.

[ bsd3, cryptography, library ] [ Propose Tags ]

The Password Based Key Derivation Functions described in RFC-2898 with a test suite to verify that it works with the test vectors published in RFC6070.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.1.0.0, 1.1.0.1, 1.1.1.0, 1.1.1.1
Dependencies base (>=4.5 && <5.0), binary (>=0.5), byteable (>=0.1), bytedump (>=1.0), bytestring (>=0.9), cryptohash (>=0.10), utf8-string (>=0.3.7) [details]
License BSD-3-Clause
Copyright (C) Chris Dornan
Author Chris Dornan
Maintainer chris.dornan@irisconnect.com
Category Cryptography
Home page https://github.com/cdornan/pbkdf
Bug tracker https://github.com/cdornan/pbkdf/issues
Source repo this: git clone https://github.com/cdornan/pbkdf.git(tag 1.1.1.1)
head: git clone https://github.com/cdornan/pbkdf.git
Uploaded by ChrisDornan at 2013-11-23T15:53:20Z
Distributions NixOS:1.1.1.1
Reverse Dependencies 6 direct, 15 indirect [details]
Downloads 6265 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pbkdf-1.1.1.1

[back to package description]

pbkdf

The Password Based Key Derivation Functions described in RFC 2898 with a test suite based on the test vectors published in RFC6070.