@hackage phkdf0.1.0.0
Toolkit for self-documenting password hash and key derivation functions.
Categories
License
Apache-2.0
Maintainer
Auth Global
Links
Versions
Installation
Dependencies (7)
- Stream
- base <5
- bytestring >=0.11.1.0
- network-byte-order
- sha256
- tuplehash-utils >=0.1 Show all…
Dependents (1)
@hackage/g3p-hash
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.