什么是 stash-encryption?
使用@cipherstash/stack 实现字段级加密。涵盖模式定义、加密/解密操作、可搜索加密(相等、自由文本、范围、JSON)、批量操作、模型操作、使用 LockContext 的身份感知加密、多租户密钥集和完整的 TypeScript 类型系统。在向项目添加加密、定义加密架构或使用 CipherStash 加密 API 时使用。 来源:cipherstash/protectjs。
使用@cipherstash/stack 实现字段级加密。涵盖模式定义、加密/解密操作、可搜索加密(相等、自由文本、范围、JSON)、批量操作、模型操作、使用 LockContext 的身份感知加密、多租户密钥集和完整的 TypeScript 类型系统。在向项目添加加密、定义加密架构或使用 CipherStash 加密 API 时使用。
通过命令行快速安装 stash-encryption AI 技能到你的开发环境
来源:cipherstash/protectjs。
Comprehensive guide for implementing field-level encryption with @cipherstash/stack. Every value is encrypted with its own unique key via ZeroKMS (backed by AWS KMS). Encryption happens client-side before data leaves the application.
The package includes a native FFI module (@cipherstash/protect-ffi). You must opt out of bundling it in tools like Webpack, esbuild, or Next.js (serverExternalPackages).
If config is omitted, the client reads CS environment variables automatically.
使用@cipherstash/stack 实现字段级加密。涵盖模式定义、加密/解密操作、可搜索加密(相等、自由文本、范围、JSON)、批量操作、模型操作、使用 LockContext 的身份感知加密、多租户密钥集和完整的 TypeScript 类型系统。在向项目添加加密、定义加密架构或使用 CipherStash 加密 API 时使用。 来源:cipherstash/protectjs。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cipherstash/protectjs --skill stash-encryption使用@cipherstash/stack 实现字段级加密。涵盖模式定义、加密/解密操作、可搜索加密(相等、自由文本、范围、JSON)、批量操作、模型操作、使用 LockContext 的身份感知加密、多租户密钥集和完整的 TypeScript 类型系统。在向项目添加加密、定义加密架构或使用 CipherStash 加密 API 时使用。 来源:cipherstash/protectjs。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cipherstash/protectjs --skill stash-encryption 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cipherstash/protectjs