Appearance
@keymaster/connect / CipherEncryptResult
Interface: CipherEncryptResult
cipher.encrypt 成功结果。
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
nonce | BinaryField | Yes | 本次加密随机生成的 12 字节 nonce。 |
cipherbytes | BinaryField | Yes | AES-GCM 密文字节(含认证 tag)。 |
Properties
nonce
nonce:
BinaryField
本次加密随机生成的 12 字节 nonce。
cipherbytes
cipherbytes:
BinaryField
AES-GCM 密文字节(含认证 tag)。