kdf
There are 61 repositories under kdf topic.
nakov/Practical-Cryptography-for-Developers-Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
paulmillr/noble-hashes
Audited & minimal JS implementation of hash functions, MACs and KDFs.
sdrapkin/SecurityDriven.Inferno
:white_check_mark: .NET crypto done right. Professionally audited.
patrickfav/bcrypt
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 distributions. Includes a CLI Tool.
antelle/argon2-browser
Argon2 library compiled for browser runtime
weavejester/crypto-password
Library for securely hashing passwords
dchest/scrypt-async-js
Fast "async" scrypt implementation in JavaScript
openwall/yescrypt
Password-based key derivation function and password hashing scheme building upon scrypt
noctisynth/oblivion-rust
A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE
patrickfav/hkdf
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 compatible to NIST 800-56C Rev. 1 two step KDF
dajiaji/hpke-js
A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
therealOri/Genter
A strong and customizable password generator made with python3!
abeaumont/ocaml-pbkdf
Password based key derivation functions from PKCS#5, RFC 2898
yaosiang/cryptography-course
建議開發者知道的密碼學知識
juanelas/scrypt-pbkdf
A faster JS implementation of the scrypt password-based key derivation function
abeaumont/ocaml-scrypt-kdf
Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04
jamoes/ecies
Elliptical Curve Integrated Encryption System (ECIES), as specified by SEC 1 - Ver. 2.0
patrickfav/singlestep-kdf
Implementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC.
davikawasaki/password-manager-security-class
A password manager written in Python (2.7) with htmlPy using Password-Based Key Derivation Function 2 (PBKDF2), Advanced Encryption Standard (AES) and Secure Hash Algorithm (SHA-256).
openwall/yescrypt-go
Go implementation of scrypt and yescrypt key derivation and password hashing functions
vstoykovbg/slowkdf
Slow KDF for serious key stretching based on Scrypt
andreimilto/HKDF.Standard
Fast, cross-platform, RFC-compliant implementation of HMAC-based Extract-and-Expand Key Derivation Function (HKDF) in .NET Standard
samuel-lucas6/draft-lucas-bkdf
An Internet-Draft for the Balloon Key Derivation Function (BKDF), a memory-hard password hashing and password-based key derivation function.
xianghuzhao/kdfcrypt
Go library for password hashing with KDF (key derivation function)
patrickfav/bkdf
BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation
MaxBubblegum47/PyFind
Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python
pindjouf/cryptoooor
Get your files encrypted -- decrypted using AES-GCM encryption.
samuel-lucas6/scrypt.NET
A .NET implementation of scrypt.
sug0/passgone
Generate passwords, via mnemonics and counters.
ansemjo/stdkdf
derive a key from a salt and a password on the commandline
jchambers/java-hkdf
A Java implementation of HKDF (RFC 5869)
krysopath/derive
poorman's self sovereign password managment
samuel-lucas6/NIST-KBKDFs
A .NET implementation of the NIST SP 800-56Cr2 and NIST SP 800-108r1 KDFs.
sean0x42/kdf
KDF is a JSON based document format that will breathe some life into your documents.
sean0x42/rust-kdf
A Rust library and CLI for parsing and converting KDF documents.