CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

EncryptedValue

A branded type representing encrypted data. Cannot be accidentally used as plaintext.

@cipherstash/stack


Type Alias: EncryptedValue

type EncryptedValue = Brand<CipherStashEncrypted, "encrypted">;

Defined in: packages/stack/src/types.ts:35

A branded type representing encrypted data. Cannot be accidentally used as plaintext.

On this page