Skip to content

KeyHold TypeScript SDK / KeyDerivationParameters

Interface: KeyDerivationParameters

Explicit parameters for PBKDF2 during private-key export.

Properties overview

PropertyTypeRequiredDescription
algorithm"pbkdf2-hmac-sha-256"Yes
passwordEncoding"utf-8"Yes
iterationsnumberYes
outputLengthBits256Yes

Properties

algorithm

algorithm: "pbkdf2-hmac-sha-256"


passwordEncoding

passwordEncoding: "utf-8"


iterations

iterations: number


outputLengthBits

outputLengthBits: 256

One file. One password. One private key.