soma-vault
shippedEnvelope encryption on Postgres — a vault without the cluster.
- Routes
- 46
- Applied migrations
- 8
- Ciphers
- GCM+KWAES-256
- Unsafe code
- 0#![forbid]
In the box
- →Envelope encryption: per-tenant KEKs via HKDF, per-secret DEKs wrapped with AES-KW
- →Transit encryption API — encrypt/decrypt without storing
- →JSON Schema validation of secret shape at write time
- →Pure-Rust crypto stack — no OpenSSL anywhere in the build graph