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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 1.0.0.0, 1.1.0.0, 1.1.0.1, 1.1.1.0, 1.1.1.0, 1.1.1.1
Change log None available
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.0)
head: git clone https://github.com/cdornan/pbkdf.git
Uploaded by ChrisDornan at 2013-11-17T21:02:54Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for pbkdf-1.1.1.0

[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.