Your files stay on your device

HKDF Key Derivation

RFC 5869 extract-then-expand key derivation with explicit salt and info.

Input keying material (IKM)

The secret you are stretching: never a URL, never persisted.

Salt (optional)

Empty means the RFC 5869 default: hash-length zero bytes.

Info (optional)

Context/purpose binding, e.g. the key id the output is for.

Output

1-64 bytes. This page refuses KDF-as-fountain usage.

Result

HKDF (RFC 5869, extract-then-expand) over your inputs: WebCrypto deriveBits in this tab.

Nothing in yet

Paste, drop, or type to begin. Everything stays on this device.