kdf topic

List kdf repositories

bcrypt

465
Stars
49
Forks
Watchers

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distrib...

hkdf

65
Stars
9
Forks
Watchers

A standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compatibl...

argon2-browser

359
Stars
79
Forks
Watchers

Argon2 library compiled for browser runtime

noble-hashes

487
Stars
34
Forks
Watchers

Audited & minimal JS implementation of hash functions, MACs and KDFs.

Practical-Cryptography-for-Developers-Book

3.3k
Stars
393
Forks
Watchers

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatu...

SecurityDriven.Inferno

567
Stars
50
Forks
Watchers

:white_check_mark: .NET crypto done right. Professionally audited.

crypto-password

202
Stars
15
Forks
Watchers

Library for securely hashing passwords

scrypt-async-js

139
Stars
26
Forks
Watchers

Fast "async" scrypt implementation in JavaScript

yescrypt

118
Stars
6
Forks
Watchers

Password-based key derivation function and password hashing scheme building upon scrypt

ocaml-pbkdf

22
Stars
7
Forks
Watchers

Password based key derivation functions from PKCS#5, RFC 2898