Skip to content

nooschain v0.1.0


nooschain / crypto/encryption / EncryptedJsonPayload

Interface: EncryptedJsonPayload

Defined in: crypto/encryption.ts:24

Compact AES-GCM result used by generic JSON encryption helpers.

Properties

authTag

authTag: string

Defined in: crypto/encryption.ts:28

AES-GCM auth tag encoded as base64.


ciphertext

ciphertext: string

Defined in: crypto/encryption.ts:30

Ciphertext encoded as base64.


iv

iv: string

Defined in: crypto/encryption.ts:26

Random AES-GCM IV encoded as base64.

Audience-first NOOSChain documentation.