Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/store-sqlite-encrypted / DEFAULT_CIPHER

Variable: DEFAULT_CIPHER

ts
const DEFAULT_CIPHER: EncryptionCipher = 'sqlcipher';

Defined in: packages/store-sqlite-encrypted/src/cipher-config.ts:20

Default cipher. Matches ADR-030 § 2 — SQLCipher v4 compatible (AES-256-CBC + HMAC-SHA1, legacy=4 parameter set).

Stable