Deriving a Key
Derive a Key
Derive a Key
.
Response JSON:
Returns 400 Bad Request
if the attempted key derivation is based on a key which does not support derivation. Derivation of keys is currently retricted to Chacha20
spec keys.
Request Parameters
Parameter
Description
nonce
random 32-bit integer or incrementing counter which must only be used once to avoid exposing the underlying secret; if not provided, a random 32-bit integer is used
context
machine-readable string describing the key derivation context
name
name for the derived key
description
human-readable description of the derived key
Last updated