phkdf: Toolkit for self-documenting password hash and key derivation functions.
Inspired by PBKDF2, HKDF, and TupleHash. Uses HMAC-SHA256 as a primitive. This is primarily intended to be a highly reliable reference implementation for the underlying PHKDF primitives. It also aspires to be production ready-ish. The main limitation is that it implemented without mutation, meaning that potentially sensitive secrets persist in memory longer than necessary.
Modules
[Index] [Quick Jump]
Downloads
- phkdf-0.1.0.0.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] | 0.0.0.0, 0.1.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (<5), bytestring (>=0.11.1.0), network-byte-order, sha256, Stream, tuplehash-utils (>=0.1), vector [details] |
License | Apache-2.0 |
Copyright | Auth Global |
Author | Leon P Smith |
Maintainer | Auth Global |
Category | Cryptography |
Source repo | head: git clone https://github.com/auth-global/self-documenting-cryptography(phkdf) |
Uploaded | by LeonSmith at 2025-01-20T22:44:23Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 76 total (23 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2025-01-21 [all 3 reports] |