keyarc-zero-knowledge
OfficialKeep secrets client-side; never reveal plaintext.
AuthorKeyArc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides guidance for implementing a true zero-knowledge encryption layer in KeyArc, ensuring the server never sees plaintext secrets or passwords by performing all cryptographic operations in the browser.
Core Features & Use Cases
- Client-side cryptography: all encryption and decryption occur in the browser using the WebCrypto API.
- Argon2-based key derivation and authHash: master password handling and authentication happen entirely client-side.
- Server data model: the server stores only ciphertext, auth hashes, and public metadata, never plaintext secrets.
- Use cases: user signup/login, secret creation/updates, vault sharing, and cryptographic key management.
- Example scenario: a user signs up, derives a master key in-browser, computes an authHash, and retrieves encrypted keys for local decryption.
Quick Start
Integrate the zero-knowledge flow by deriving the master key on the client, computing an authHash, authenticating to the server, and decrypting vault keys locally to access encrypted secrets.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: keyarc-zero-knowledge Download link: https://github.com/KeyArc/keyarc/archive/main.zip#keyarc-zero-knowledge Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.