Skip to content

Add vnsh — Encrypted Sharing extension#1

Open
raullenchai wants to merge 1 commit intoResourceChest:mainfrom
raullenchai:add-vnsh-extension
Open

Add vnsh — Encrypted Sharing extension#1
raullenchai wants to merge 1 commit intoResourceChest:mainfrom
raullenchai:add-vnsh-extension

Conversation

@raullenchai
Copy link
Copy Markdown

Summary

  • Adds vnsh — Encrypted Sharing to the extensions list
  • vnsh is a zero-knowledge encrypted sharing tool for developers: AES-256-CBC encryption happens entirely client-side, the server never sees keys or plaintext, and links auto-expire in 24 hours
  • Open source (MIT) — GitHub | Website

Details

vnsh solves the "Context Injection" problem in LLM workflows by letting developers securely pipe sensitive local context (logs, diffs, configs, images) into AI agents via ephemeral, encrypted URLs. The Chrome extension provides a browser-based viewer that decrypts content purely on the client side using the key embedded in the URL fragment (which is never sent to the server).

Key privacy properties:

  • Zero-knowledge architecture — the server only stores encrypted binary blobs and never sees decryption keys
  • Client-side encryption — AES-256-CBC encryption/decryption happens in the browser via WebCrypto
  • Ephemeral by design — all shared data auto-expires after 24 hours
  • No analytics or tracking — strict Content Security Policy, no external scripts

vnsh is a zero-knowledge encrypted sharing tool for developers.
AES-256-CBC encryption happens entirely client-side, the server
never sees keys or plaintext, and links auto-expire in 24 hours.

- Website: https://vnsh.dev
- GitHub: https://github.com/raullenchai/vnsh
- License: MIT

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant