hkdf alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view hkdf alternatives based on common mentions on social networks and blogs.
-
cryptohash
DISCONTINUED. efficient and practical cryptohashing in haskell. DEPRECATED in favor of cryptonite -
cipher-blowfish
DISCONTINUED. DEPRECATED by cryptonite; A collection of cryptographic block and stream ciphers in haskell -
cipher-aes
DEPRECATED - use cryptonite - a comprehensive fast AES implementation for haskell that supports aesni and advanced cryptographic modes. -
crypto-pubkey
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic public key related algorithms in haskell (RSA,DSA,DH,ElGamal) -
cipher-aes128
DISCONTINUED. Based on cipher-aes, but using a crypto-api interface and providing resulting IVs for each mode -
crypto-numbers
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic number related function and algorithms
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of hkdf or a related project?
Popular Comparisons
README
haskell hkdf
Implementation of HKDF (RFC 5869)
Description
This is Haskell implementation of RFC 5869 (HMAC-based Extract-and-Expand Key Derivation Function (HKDF)).
Implementation is based on cryptohash.
Installation
Run either cabal install
or stack install
. This is library, thus there is no executable available.
Running tests
Tests can be run via stack test
.
Discalmer
Any feedback is very welcomed.