@hackage pbkdf1.1.1.1
Haskell implementation of the PBKDF functions from RFC-2898.
Categories
License
BSD-3-Clause
Maintainer
chris.dornan@irisconnect.com
Links
Versions
Installation
Dependencies (7)
- base >=4.5 && <5.0
- binary >=0.5
- byteable >=0.1
- bytedump >=1.0
- bytestring >=0.9
- cryptohash >=0.10 Show all…
Dependents (7)
@hackage/haskoin-core, @hackage/haskoin, @hackage/acme-everything, @hackage/keystore, @hackage/rncryptor, @hackage/fastpbkdf2, Show all…
pbkdf
The Password Based Key Derivation Functions described in RFC 2898 with a test suite based on the test vectors published in RFC6070.