ActiveStash is encrypted search for your Rails models
Sign up to start searching your encrypted data
No credit card required
ActiveStash + CipherStash changes everything
Without ActiveStash
User.where(email: "grace@example.com")
=> [] # no records, because the database isn't searchable
With ActiveStash
User.query(email: "grace@example.com")
=> [#<User id: 19, first_name: "Grace", ...>] # a record, because CipherStash makes your encrypted database searchable
See it in action
This ain't Elasticsearch.
The index is fully encrypted
CipherStash never sees your keys or plaintext.
Sign up to start searching your encrypted data
No credit card required
It's fast.
Like, really fast.🚀
Query performance within 20% of traditional RDBMS like PostgreSQL.
ActiveStash + CipherStash won’t slow your team down.
Get started for free
No credit card required.
Your first 10,000 records indexed with ActiveStash are free.
After that? Only pay for what you use.
Got sensitive data you need to secure?
Sign up to start searching your encrypted data
No credit card required