-
Notifications
You must be signed in to change notification settings - Fork 0
microdb_secure Wiki
Vanderhell edited this page Mar 31, 2026
·
1 revision
microdb_secure is a transparent encryption layer for microdb. It protects KV values, TS samples, and REL rows before they are persisted.
This content is mirrored to the GitHub Wiki by .github/workflows/wiki.yml after the repository Wiki feature is enabled.
- Cipher: AES-128-CBC
- Integrity: HMAC-SHA256, stored as a truncated 16-byte tag
- Record format:
[IV | tag | ciphertext] - No dynamic allocation in
src/ - GitHub Actions CI covers Linux, Windows, and macOS
- Tagged releases publish per-platform zip assets automatically