apoc v0.1.2 Apoc.KDF.HKDF View Source

HKDF Key Derivation function described in RFC5869

Link to this section Summary

Functions

Derives a key using HKDF

Link to this section Functions

Link to this function derive(secret, salt, opts \\ []) View Source

Derives a key using HKDF

Takes a secret and an optional salt.

Options

  • :info additional info string for optional application specific context
  • :length defaults to 32 bytes