| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:47:23 GMT
X-Served-By: cache-dfw-kdal2120028-DFW, cache-bom-vanm7210096-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768690042.413430,VS0,VE970
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
pbkdf: Haskell implementation of the PBKDF functions from RFC-2898.
[Skip to Readme]
pbkdf: Haskell implementation of the PBKDF functions from RFC-2898.
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
- pbkdf-1.1.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 |
| Uploaded | by ChrisDornan at 2013-11-23T15:53:20Z |
| 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 |
| Distributions | NixOS:1.1.1.1 |
| Reverse Dependencies | 6 direct, 17 indirect [details] |
| Downloads | 6507 total (17 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.