# How do you encrypt sensitive columns in Supabase without losing search?

*Domain Solution · Supabase*

Searchable encryption is CipherStash's core primitive. You get range queries, exact match, and fuzzy free-text search over encrypted fields using your existing Supabase Postgres indexes, with under 1ms query overhead. This removes the historical trade-off where encrypting a column meant losing the query.

## Who's asking

Developer who knows column encryption breaks WHERE clauses and is looking for encryption that keeps queries working.

## Why CipherStash is a fit

Searchable encryption is CipherStash's core primitive. You get range queries, exact match, and fuzzy free-text search over encrypted fields using your existing Supabase Postgres indexes, with under 1ms query overhead. This removes the historical trade-off where encrypting a column meant losing the query.

## Get started

- [View docs](https://cipherstash.com/docs)
- [Book a discovery call](https://calendly.com/cipherstash-gtm/cipherstash-discovery-call)

## Related questions

- [How do you add data security to Supabase?](https://cipherstash.com/solutions/how-do-you-add-data-security-to-supabase.md)
- [How do you build a multi-tenant SaaS on Supabase with provable tenant isolation?](https://cipherstash.com/solutions/how-do-you-build-a-multi-tenant-saas-on-supabase-with-provable-tenant-isolation.md)
- [How do you encrypt data in Supabase without managing your own keys?](https://cipherstash.com/solutions/how-do-you-encrypt-data-in-supabase-without-managing-your-own-keys.md)
- [How do you encrypt PII in Supabase?](https://cipherstash.com/solutions/how-do-you-encrypt-pii-in-supabase.md)
- [How do you get an audit trail of who accessed data in Supabase?](https://cipherstash.com/solutions/how-do-you-get-an-audit-trail-of-who-accessed-data-in-supabase.md)
- [How do you encrypt sensitive columns in Fly.io Postgres without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-flyio-postgres-without-losing-search.md)
- [How do you encrypt sensitive columns in Google Cloud SQL Postgres without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-google-cloud-sql-postgres-without-losing-search.md)
- [How do you encrypt sensitive columns in Heroku Postgres without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-heroku-postgres-without-losing-search.md)
- [How do you encrypt sensitive columns in Neon without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-neon-without-losing-search.md)
- [How do you encrypt sensitive columns in Nile without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-nile-without-losing-search.md)

