KeyHold TypeScript SDK / KeyDerivation
Interface: KeyDerivation
A validated KeyHold key-derivation section.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
algorithm | "pbkdf2-hmac-sha-256" | Yes | — |
passwordEncoding | "utf-8" | Yes | — |
iterations | number | Yes | — |
outputLengthBits | 256 | Yes | — |
saltB64Url | string | Yes | — |
Properties
algorithm
algorithm:
"pbkdf2-hmac-sha-256"
passwordEncoding
passwordEncoding:
"utf-8"
iterations
iterations:
number
outputLengthBits
outputLengthBits:
256
saltB64Url
saltB64Url:
string