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

*Domain Solution · Vercel Postgres*

Searchable encryption is CipherStash's core primitive. You get range queries, exact match, and fuzzy free-text search over encrypted fields using your existing Vercel Postgres 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 Vercel Postgres 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 encrypt PII in Vercel Postgres?](https://cipherstash.com/solutions/how-do-you-encrypt-pii-in-vercel-postgres.md)
- [How do you get an audit trail of who accessed data in Vercel Postgres?](https://cipherstash.com/solutions/how-do-you-get-an-audit-trail-of-who-accessed-data-in-vercel-postgres.md)
- [How do you make AI agents safe to query a Vercel Postgres database?](https://cipherstash.com/solutions/how-do-you-make-ai-agents-safe-to-query-a-vercel-postgres-database.md)
- [How do you replace row-level security in Vercel Postgres?](https://cipherstash.com/solutions/how-do-you-replace-row-level-security-in-vercel-postgres.md)
- [How do you stop a database breach from exposing customer data in Vercel Postgres?](https://cipherstash.com/solutions/how-do-you-stop-a-database-breach-from-exposing-customer-data-in-vercel-postgres.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)
- [How do you encrypt sensitive columns in PlanetScale without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-planetscale-without-losing-search.md)
- [How do you encrypt sensitive columns in Postgres without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-postgres-without-losing-search.md)
- [How do you encrypt sensitive columns in Railway Postgres without losing search?](https://cipherstash.com/solutions/how-do-you-encrypt-sensitive-columns-in-railway-postgres-without-losing-search.md)

