What problem does it solve?
This Skill provides robust field-level encryption for TypeScript applications, ensuring data security at rest and in transit with advanced features like searchable encrypted queries and zero-knowledge key management.
Core Features & Use Cases
- Field-Level Encryption: Encrypts individual data fields using client-side encryption before data leaves your application.
- Searchable Encryption: Enables encrypted data to be searched using equality, range, and full-text search queries directly in PostgreSQL.
- Zero-Knowledge Key Management: Integrates with ZeroKMS for secure, end-to-end encrypted key management.
- Identity-Aware Encryption: Supports locking encryption/decryption to specific users via JWT-based lock contexts.
- Multi-Tenant Support: Provides cryptographic isolation between tenants using keysets.
Quick Start
Use the stash-encryption skill to encrypt the value 'secret@example.com' for the 'email' column in the 'users' table.