KeyHold TypeScript SDK / KeyDerivationParameters
Interface: KeyDerivationParameters
Explicit parameters for PBKDF2 during private-key export.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
algorithm | "pbkdf2-hmac-sha-256" | Yes | — |
passwordEncoding | "utf-8" | Yes | — |
iterations | number | Yes | — |
outputLengthBits | 256 | Yes | — |
Properties
algorithm
algorithm:
"pbkdf2-hmac-sha-256"
passwordEncoding
passwordEncoding:
"utf-8"
iterations
iterations:
number
outputLengthBits
outputLengthBits:
256