KeyHold TypeScript SDK / Cipher
Interface: Cipher
A validated KeyHold cipher section.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
algorithm | "aes-gcm" | Yes | — |
keyLengthBits | 256 | Yes | — |
ivB64Url | string | Yes | — |
tagLengthBits | 128 | Yes | — |
ciphertextAndTagB64Url | string | Yes | — |
Properties
algorithm
algorithm:
"aes-gcm"
keyLengthBits
keyLengthBits:
256
ivB64Url
ivB64Url:
string
tagLengthBits
tagLengthBits:
128
ciphertextAndTagB64Url
ciphertextAndTagB64Url:
string