| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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
Audited & minimal JS implementation of hash functions, MACs and KDFs.
✅ .NET crypto done right. Professionally audited.
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.
Argon2 library compiled for browser runtime
Library for securely hashing passwords
Password-based key derivation function and password hashing scheme building upon scrypt
Fast "async" scrypt implementation in JavaScript
A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE
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
A strong and customizable password generator made with python3!
Password based key derivation functions from PKCS#5, RFC 2898
建議開發者知道的密碼學知識
Multi-algorithm password hashing for Rust — typed Policy, PHC/MCF storage, auto-rehash on drift across Argon2id/bcrypt/scrypt/PBKDF2, KMS-backed pepper with key versioning, FIPS 140-3 fail-closed contract, hsh CLI, hsh-digest companion (SHA-2/SHA-3/BLAKE3). #![forbid(unsafe_code)] workspace.
A faster JS implementation of the scrypt password-based key derivation function
Go implementation of scrypt and yescrypt key derivation and password hashing functions
Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04
Go implementation of bcrypt_pbkdf(3) from OpenBSD
Elliptical Curve Integrated Encryption System (ECIES), as specified by SEC 1 - Ver. 2.0
Add a description, image, and links to the kdf topic page so that developers can more easily learn about it.
To associate your repository with the kdf topic, visit your repo's landing page and select "manage topics."
| Back | FazBrowse Home | New Git URL |