Skip to content

CipherStash

Application-layer searchable encryption and data-level access control for Postgres, letting queries run against encrypted fields without decrypting them in the database.

Visit Website ↗ + Add to Compare
52/100Incremental Innovator

Overview

CipherStash builds searchable, application-layer encryption for Postgres — letting developers encrypt sensitive fields with a unique key per value while still running searches, joins, and queries against the ciphertext without ever decrypting it in the database itself. The pitch is that the database (and by extension, a database compromise, a misconfigured backup, or an over-privileged support engineer) never sees plaintext, while application functionality that depends on querying that data keeps working, addressing the classic tradeoff where encrypting a field usually breaks the ability to search or filter on it.

Founded in Sydney in 2020 by Dan Draper, Lindsay Holmwood, and James Sadler, the company has raised roughly $6 million total, including a $3 million round in October 2023 led by Skip Capital with participation from SixThirty Ventures. Its ZeroKMS key management service and native plugins for Drizzle and Prisma, plus connectors for Auth0 and Clerk, target developers building on modern application stacks rather than large legacy enterprises retrofitting encryption onto existing databases.

At roughly a dozen employees, CipherStash is early-stage, and its differentiated data-level access control model is architecturally interesting but has not yet been stress-tested at large enterprise scale in public case studies, making it a promising but still largely unproven approach outside of its own documentation and open-source tooling.

Innovation Matrix Assessment

Innovation Velocity 6/10

A small team has shipped native plugins for Drizzle and Prisma, connectors for Auth0 and Clerk, and its own ZeroKMS key management service, a solid feature-shipping pace for a roughly a-dozen-person startup.

Operational Value 6/10

Making encrypted fields remain searchable and joinable without server-side decryption solves a real, long-standing tradeoff in database encryption, and the per-value key model plus data-level access control is a technically coherent design.

Market Momentum 4/10

CipherStash has raised a modest $6M total across seed rounds as of its most recent disclosed raise in October 2023, with no publicly disclosed customer counts or revenue, indicating early and still-unproven commercial traction.

Category Disruption 6/10

Pushing encryption and access control down to the level of individual field values while preserving queryability is a meaningfully different architecture than table- or row-level access control and traditional at-rest database encryption.

Real-World Efficacy 3/10

No independent third-party security audit, formal cryptographic review, or large-scale enterprise case study of CipherStash's searchable encryption implementation was found in available sources; evidence is currently limited to the company's own documentation and open-source code.

Enduring Relevance 6/10

As data breaches increasingly stem from database and backup exposure rather than network perimeter failures, application-layer, per-field encryption that survives a database compromise addresses a genuinely current data protection gap.

Why CISOs Should Care

CipherStash lets development teams keep sensitive Postgres fields encrypted and inaccessible even to a compromised database or an over-privileged internal user, while still supporting the search and query functionality the application needs.

What Makes It Different

Unlike table- or row-level access control common in most databases, CipherStash enforces access control and encryption down to individual field values, with a unique key per value, while keeping that data queryable.

The Matrix Verdict

52/100 — INCREMENTAL INNOVATOR

An architecturally interesting, developer-first approach to searchable encryption with real technical differentiation, but still early-stage, thinly funded, and lacking independent validation of its security claims at scale.

Editorial Note: Claims vs. Verified Findings

Claims that 'your database never sees your data' and that 'agents cannot leak what they cannot decrypt' are vendor marketing framing of the product's architecture rather than independently verified security guarantees. The founding team, funding rounds, and investor names (Skip Capital, SixThirty Ventures) are independently reported by SecurityWeek and SiliconANGLE and are treated as verified.

Sources