An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with kdf

A curated list of projects in awesome lists tagged with kdf .

https://github.com/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

aes asymmetric-ciphers book cryptography digital-signature ecc ecdh elliptic-curves elliptic-curves-cryptography hashes hmac kdf key-agreement programming public-key-cryptography python quantum-safe-cryptography tutorial

Last synced: 14 Mar 2025

https://github.com/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

aes asymmetric-ciphers book cryptography digital-signature ecc ecdh elliptic-curves elliptic-curves-cryptography hashes hmac kdf key-agreement programming public-key-cryptography python quantum-safe-cryptography tutorial

Last synced: 14 May 2025

https://github.com/paulmillr/noble-hashes

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

argon2 blake2 blake3 crypto cryptography hash hashing hkdf hmac kangarootwelve kdf keccak pbkdf2 ripemd160 scrypt sha1 sha256 sha3 sha512

Last synced: 13 May 2025

https://github.com/sdrapkin/securitydriven.inferno

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

aead base32 base64 c-sharp crypto cryptography csharp dotnet encryption hash hkdf hmac kdf mac security totp

Last synced: 05 Apr 2025

https://github.com/sdrapkin/SecurityDriven.Inferno

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

aead base32 base64 c-sharp crypto cryptography csharp dotnet encryption hash hkdf hmac kdf mac security totp

Last synced: 14 Mar 2025

https://github.com/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.

bcrypt bcrypt-library bycrypt-password cli crypto hash java java-library kdf password-hash security

Last synced: 14 May 2025

https://github.com/antelle/argon2-browser

Argon2 library compiled for browser runtime

argon2 hash kdf keepass keeweb wasm webassembly

Last synced: 16 May 2025

https://github.com/weavejester/crypto-password

Library for securely hashing passwords

bcrypt clojure cryptography kdf scrypt

Last synced: 04 Apr 2025

https://github.com/openwall/yescrypt

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

hash hashing kdf password pbkdf scrypt security

Last synced: 05 Apr 2025

https://github.com/dchest/scrypt-async-js

Fast "async" scrypt implementation in JavaScript

cperciva crypto javascript kdf pbkdf2 scrypt

Last synced: 05 Apr 2025

https://github.com/noctisynth/oblivion-rs

A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE

e2e-encryption ecdh ecdhe ecdhe-ecc high-concurrency hkdf information-security internet-protocol kdf kdf-algorithm rust

Last synced: 06 Apr 2025

https://github.com/noctisynth/oblivion-rust

A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE

e2e-encryption ecdh ecdhe ecdhe-ecc high-concurrency hkdf information-security internet-protocol kdf kdf-algorithm rust

Last synced: 02 Mar 2025

https://github.com/dajiaji/hpke-js

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.

aead cryptography encryption hpke kdf kem kyber ml-kem post-quantum pqc rfc9180 security webcrypto x-wing

Last synced: 01 Mar 2026

https://github.com/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

800-56c android-compatibility cryptography hash hkdf hmac hmac-sha1 hmac-sha256 hmac-sha512 java java7 jdk7 kdf key-derivation-function nist rfc5869 two-step-key-derivation

Last synced: 19 Aug 2025

https://github.com/abeaumont/ocaml-pbkdf

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

cryptography kdf ocaml pbkdf2

Last synced: 16 Mar 2025

https://github.com/yaosiang/cryptography-course

建議開發者知道的密碼學知識

aes cryptography csprng ecc ecdsa hash kdf mac rsa typescript

Last synced: 12 Mar 2026

https://github.com/juanelas/scrypt-pbkdf

A faster JS implementation of the scrypt password-based key derivation function

hash kdf pbkdf scrypt

Last synced: 25 Jul 2025

https://github.com/abeaumont/ocaml-scrypt-kdf

Scrypt key derivation function in pure OCaml as defined in https://tools.ietf.org/html/draft-josefsson-scrypt-kdf-04

cryptography kdf ocaml scrypt

Last synced: 04 Oct 2025

https://github.com/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.

balloon balloon-hashing bkdf draft internet-draft kdf key-derivation-function password-hashing password-hashing-algorithms password-hashing-scheme pbkdf

Last synced: 06 Jan 2026

https://github.com/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.

cryptography hmac java kdf key-agreement key-derivation key-derivation-function message-digest nist nist800-56 secretkey security singlestep-kdf

Last synced: 09 Apr 2025

https://github.com/patrickfav/bkdf

BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation

bcrypt cryptography hkdf java kdf password security

Last synced: 09 Apr 2025

https://github.com/xianghuzhao/kdfcrypt

Go library for password hashing with KDF (key derivation function)

argon2 kdf key-derivation-function password-hashing password-validation pbkdf2 scrypt

Last synced: 04 Feb 2026

https://github.com/bloclabshq/auth-pack

Comprehensive Python authentication package bridging Web2 and Web3 for Django REST Framework

authentication django drf ethereum jwt kdf oauth passkeys python rest-api security totp web3 webauthn

Last synced: 24 Apr 2026

https://github.com/sug0/passgone

Generate passwords, via mnemonics and counters.

cli kdf mnemonic-passwords password-generator rust

Last synced: 06 Oct 2025

https://github.com/maxbubblegum47/pyfind

Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python

aes-gcm apple cryptography ecdh kdf python unimore-informatica

Last synced: 10 Oct 2025

https://github.com/korniichuk/test-auth

Example application of RESTful authentication with Flask, Elasticsearch, and scrypt KDF

elastic elasticsearch flask flask-api flask-auth kdf kdfn scrypt

Last synced: 09 May 2026

https://github.com/ansemjo/stdkdf

derive a key from a salt and a password on the commandline

argon2 base64 commandline golang kdf

Last synced: 12 Mar 2026

https://github.com/samuel-lucas6/nist-kbkdfs

A .NET implementation of the NIST SP 800-56Cr2 and NIST SP 800-108r1 KDFs.

kbkdf kdf nist nist800-108 nist800-56

Last synced: 27 Mar 2025

https://github.com/jchambers/java-hkdf

A Java implementation of HKDF (RFC 5869)

hkdf java kdf security

Last synced: 04 Apr 2025

https://github.com/dcousens/habanero

An attempt-limiting, remote pepper provisioning protocol with a bundled Javascript implementation.

crypto cryptograph derivation hmac javascript kdf key node pepper salt

Last synced: 17 May 2026

https://github.com/ppad-tech/bip39

BIP39 mnemonic codes in Haskell

bip39 bitcoin haskell kdf

Last synced: 24 Apr 2026

https://github.com/krysopath/derive

poorman's self sovereign password managment

kdf kdf-algorithm shellscript ssh ssh-agent yubikey

Last synced: 02 May 2026

https://github.com/kizzycode/crypto_api

This crate defines a general purpose API for various cryptographic primitives

authenticated-encryption cipher crypto-api hash kdf message-authentication-code pbkdf

Last synced: 23 Oct 2025

https://github.com/8go/hash_scrypt

Small CLI app in Python to hash passphrase for key derivation based on scrypt, for key derivation, for password stretching, and for hashing.

cli cli-app cryptography hash hashing kdf passlib password-hash password-stetching pyca python python3 scrypt

Last synced: 07 Apr 2025

https://github.com/go-encoder/encoder

Perform encryption on information, such as passwords, etc.

argon2 bcrypt hkdf hmac kdf password pbkdf2

Last synced: 12 Jan 2026

https://github.com/antonkueltz/makwa

A password hashing algorithm that supports delegation

delegation hashing kdf passwords

Last synced: 30 Mar 2025

https://github.com/hakavlad/catpig

A memory-hard password-hashing function

blake2b hashing kdf memory-hard pbkdf shake256

Last synced: 04 Apr 2025

https://github.com/ppad-tech/bip32

Pure Haskell BIP32 hierarchical deterministic wallets

bip32 bitcoin haskell hdkey kdf key-derivation

Last synced: 15 Apr 2026

https://github.com/systemslibrarian/crypto-lab-kdf-chain

Browser-based KDF demo — HKDF, PBKDF2, scrypt, and Argon2id compared side by side with live parameter tuning, real timing measurements, and a KDF decision tree. No backends. No simulated math.

argon2 argon2id browser crypto-lab cryptography hkdf kdf key-derivation memory-hard owasp password-hashing pbkdf2 scrypt typescript vite

Last synced: 01 Jun 2026

https://github.com/sundarnagarajan/py-bcrypt

Automatically exported from code.google.com/p/py-bcrypt

bcrypt kdf python wrapper

Last synced: 13 Feb 2026

https://github.com/georgiifirsov/kdf-lib

Implementation of key derivation functions (KDF)

kdf kdf-algorithm symmetric-key-cryptography

Last synced: 11 Feb 2026

https://github.com/markuszoppelt/aes_argon2_trezor

Short demo on how to use AES with Argon2id KDF and Trezor

aes argon2 cryptography kdf trezor

Last synced: 21 Apr 2026

https://github.com/samuel-lucas6/pbkdf1.net

A .NET implementation of PBKDF1 using SHA512.

kdf kdf-algorithm pbkdf pbkdf1 sha2 sha512

Last synced: 08 Jul 2025

https://github.com/l0g0rhythm/cryptoolsec

Secure Python CLI & GUI tool for efficient file/stream encryption & decryption (AES-256-GCM, streaming I/O). Supports passwords (Argon2id+Salt) or key files. Built for security and automation

aes aes-256 aes-gcm argon2 argon2id authenticated-encryption cli cross-platform cryptography decryption encryption file-encryption gui kdf pyside6 python python3 qt6 security streaming

Last synced: 27 Apr 2026

https://github.com/nayibor/cakephp_scrpyt

This is a cakephp component which is a wrapper around php-scrypt(https://github.com/DomBlack/php-scrypt)

cakephp hashing kdf scrypt

Last synced: 12 Jun 2025