cipherstashcipherstashOfficialยท6 Agent Skills Included

stack

Searchable field-level encryption for PostgreSQL and DynamoDB apps

Encrypts individual database fields while keeping them fully searchable, supporting equality, range, free-text, and JSON queries on ciphertext. Eliminates the trade-off between strong encryption and usable queries, with built-in key management, automatic rotation, and per-value keys. Integrates with Supabase, Prisma, Drizzle, and DynamoDB through ready-made packages and a setup CLI.
npx skills add cipherstash/stack --all -g -y
Available:

Gives the agent the full repository map, build and test commands, credential rules, and instructions to keep the shipped encryption skills updated whenever public APIs change.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install CipherStash Stack?โ–ผ

Run `npx skills add cipherstash/stack --all -g -y` in your terminal to install all skills in this suite globally.

Can you search encrypted database fields?โ–ผ

Yes. CipherStash Stack encrypts each field with its own key while still supporting equality, range, free-text, and JSON queries directly on the ciphertext in PostgreSQL.

Does CipherStash work with Prisma, Drizzle, and Supabase?โ–ผ

Yes. Dedicated integration packages let you declare encrypted columns in your existing schema and run type-safe encrypted queries without changing your workflow.

How does CipherStash handle key management?โ–ผ

Key management is built in via ZeroKMS, with a unique key per value, automatic rotation, and full audit logging. Keys are derived inside your application, so CipherStash never sees your plaintext or keys.

Can CipherStash run on edge runtimes like Cloudflare Workers?โ–ผ

Yes. The wasm-inline entry runs on Deno, Cloudflare Workers, Bun, and Supabase Edge Functions with no native module required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’