Search your encrypted Rails models
ActiveStash lets you query and sort your encrypted Active Record models.
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
This ain't Elasticsearch.
The index is fully encrypted
CipherStash never sees your keys or plaintext.
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.