CipherStashDocs
StackLatestPackagesStackSrcTypes publicType aliases

Encrypted

Structural type representing encrypted data stored in the database. Always carries a ciphertext. See also `EncryptedValue` for branded nominal typing, and En...

@cipherstash/stack


Type Alias: Encrypted

type Encrypted = CipherStashEncrypted;

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

Structural type representing encrypted data stored in the database. Always carries a ciphertext. See also EncryptedValue for branded nominal typing, and EncryptedQuery for the search-term shape returned by encryptQuery.

On this page