Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / checkEncryption

Function: checkEncryption()

ts
function checkEncryption(): CheckResult[];

Defined in: packages/security/src/hardening/doctor.ts:166

Verify that an encrypted-SQLite binding is registered for the audit log. The framework refuses to open the audit log without an encrypted binding, so the doctor surfaces the missing binding as 'fail'.

Returns

CheckResult[]

Stable