---
title: "Searchable field-level encryption on Supabase with CipherStash"
url: https://daily.dev/posts/searchable-field-level-encryption-on-supabase-with-cipherstash-osxmbdyzi
source_url: https://supabase.com/blog/searchable-field-level-encryption-with-cipherstash
type: article
source: "Supabase"
published: 2026-07-09T09:00:19.854Z
updated: 2026-08-24T08:11:46.498Z
tags: ["postgresql", "supabase"]
reading_time: 3
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Searchable field-level encryption on Supabase with CipherStash

**[Supabase](https://daily.dev/sources/supabase)** · 3 min read · 0 upvotes · 0 comments

## Summary

CipherStash is now integrated with Supabase, bringing Data Level Access Control (DLAC) and searchable field-level encryption to Postgres-backed applications. Unlike traditional field-level encryption that breaks SQL queries, CipherStash stores encrypted values alongside Searchable Encrypted Metadata (SEM), allowing WHERE clauses, ORDER BY, fuzzy matching, and joins to work on encrypted data. Each value gets a unique encryption key managed through ZeroKMS, a zero-knowledge key management service, meaning neither CipherStash nor Supabase can access plaintext data. Setup requires a single CLI command and no schema changes. The integration supports TypeScript apps via Supabase.js, Drizzle, and Prisma, and also offers a Postgres wire-protocol proxy for non-SDK use cases. Particularly relevant for teams under HIPAA, GDPR, SOC 2, FedRAMP, or IL4 compliance requirements.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://supabase.com/blog/searchable-field-level-encryption-with-cipherstash>

## Similar posts on daily.dev

- [Search encrypted data with Prisma 8 and CipherStash](https://daily.dev/posts/search-encrypted-data-with-prisma-8-and-cipherstash-zxv5oz78e) · Prisma Blog · 0 upvotes · 0 comments

---

Tags: [#postgresql](https://daily.dev/tags/postgresql), [#supabase](https://daily.dev/tags/supabase)

[View this post on daily.dev](https://daily.dev/posts/searchable-field-level-encryption-on-supabase-with-cipherstash-osxmbdyzi)
