Supabase just announced searchable encryption
12 hours ago
- #access-control
- #data-encryption
- #supabase-integration
- CipherStash integration for Supabase is now available, adding field-level encryption without schema changes.
- CipherStash's Data Level Access Control (DLAC) extends encryption to individual values, enabling searches and joins on encrypted data.
- Encryption keys are managed via ZeroKMS, ensuring user control and preventing data access by third parties.
- DLAC helps regulated workloads (e.g., HIPAA, GDPR) maintain compliance and reduce breach risks while keeping database functionality.
- The integration works with Supabase.js, Drizzle, and Prisma, with a CLI setup command: npx stash init --supabase.
- CipherStash Proxy allows direct database access for analytics and tools without code changes.