stack
Searchable field-level encryption for PostgreSQL and DynamoDB apps
All Skills in This Repository (6)
Pure Emerald Level Indicatorsstash-supabase
Integrate CipherStash field-level encryption with Supabase using the @cipherstash/stack/supabase wrapper.
stash-encryption
Implement field-level encryption for TypeScript applications using @cipherstash/stack.
stash-secrets
Manage end-to-end encrypted secrets with environment isolation via SDK and CLI.
stash-drizzle
Integrate CipherStash field-level encryption with Drizzle ORM for TypeScript applications.
stash-forge
Install and configure CipherStash EQL extensions in PostgreSQL databases.
stash-dynamodb
Encrypt and decrypt DynamoDB items with CipherStash field-level encryption.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core