hkdf
There are 54 repositories under hkdf topic.
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.
orion-rs/orion
Usable, easy and safe pure-Rust crypto
ektrah/nsec
A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
patrickfav/armadillo
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
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
patrickfav/id-mask
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger.
aykxt/crypto
🔐 Fast crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
aldenml/ecc
elliptic-curve cryptography
HMBSbige/CryptoBase
A fast crypto library for .NET
charlesportwoodii/libsodium-uwp
libsodium for Universal Windows Platform (UWP) - A secure cryptographic library
cryspen/hacl-packages
The Cryspen HACL Distribution
dunkelstern/mbedtls-esp8266
Updated and Upgraded mbedTLS library for the ESP8266 (probably ESP32 too)
hannesm/ocaml-hkdf
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) (RFC 5869)
charlesportwoodii/yii2-api
A Yii2 API Skeleton Framework
schnef/hkdf
Erlang HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
TurtlPass/turtlpass-firmware-arduino
TurtlPass Firmware for Raspberry Pi Pico (RP2040)
Bouke/HKDF
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) in Swift
akhawaja/ecc-crypto-helper
A Node.js ECDH and RSA helper library.
aenglisc/hkdf_erlang
An implementation of HKDF in Erlang.
andreimilto/HKDF.Standard
Fast, cross-platform, RFC-compliant implementation of HMAC-based Extract-and-Expand Key Derivation Function (HKDF) in .NET Standard
nealfennimore/webcrypto-ts
No dependency Web Crypto Typescript wrapper with strict type enforcement. Node + Browser support
brycx/Test-Vector-Generation
Various generated test vectors.
Kiooku/Cryptography-Notebook
Cryptography Notebook is a repository containing some of the cryptographic implementations I have done for learning purposes.
ncryptf/ncryptf-php
ncryptf for PHP - Secure API authentication and end to end encryption
patrickfav/bkdf
BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation
zntrio/anvil
Forge "no password on the wire" authentication challenges.
AndryRafam/Shadow
Linux command line interface encryption program (encrypting / decrypting files, or folders) using AES-256-GCM (Galois Counter Mode) as an encryption algorithm and SHA-256 as HKDF (Key Derivation Function based on HMAC).
okomeki/SoftLibCrypto
Javaのハッシュ、暗号系
ikonovalov/file-force
Decentralized anonymous encrypted object/file sharing tools
matchory/php-id-mask
IDMask implementation in PHP. IDMask is a library for masking internal IDs when they need to be published to hide their actual value and to prevent forging. It supports optional randomisation.
ncryptf/ncryptf-java
ncryptf for Java 8+ - Secure API authentication and end to end encryption
samuel-lucas6/HKDF-BLAKE2b
HKDF with keyed BLAKE2b-512 instead of HMAC.
xannythepleb/PyCryptX
PyCryptX - an X25519 + Ed25519 + ChaCha20 + BLAKE2b based public key encryption program in Python. This is an unaudited hobby project!
christoffercarlsson/autograph
The Autograph Protocol