HomeHKDF Key Derivation

HKDF Key Derivation

Online HKDF key derivation tool with RFC 5869 extract/expand flow, SHA-256/384/512, multi-format IKM/PRK/Info inputs, and OKM export for protocol key scheduling and cryptographic development.



Documentation

This tool supports HKDF Extract, Expand, and Full (Extract+Expand) workflows for deriving context-specific keys from input keying material.

Key Features

  • HKDF-Extract / HKDF-Expand / Full modes
  • Multiple input and output encodings
  • Configurable info context and output length
  • PRK/OKM output with timing info

Steps

  1. Select mode and hash algorithm.
  2. Provide IKM/PRK, salt, and info parameters.
  3. Configure output length and format.
  4. Run derivation and copy PRK or OKM.

Use Cases

  • TLS/session key schedule demonstrations
  • Subkey derivation from master keys
  • Protocol implementation testing

Notes

  • HKDF security depends on strong input keying material.
  • Use distinct info contexts for key separation.
  • Output length must stay within the algorithm limit.