Stop pasting walls of text. Pipe it. Share it. Vaporize it.
$ curl -sL vnsh.dev/i | sh
$ cat myfile.txt | vn
Pipe anything to vn โ share the URL with Claude.
$ npx -y vnsh-mcp
Claude can now read vnsh.dev URLs and decrypt content locally.
Restart Claude after adding config.
Zero-Access Architecture: vnsh implements true client-side encryption using AES-256-CBC with OpenSSL compatibility. Your data is encrypted entirely on your device before upload.
Host-Blind Storage: The server stores only opaque binary blobs. Decryption keys travel exclusively in the URL fragment (#k=...) which is never sent to servers per HTTP specification.
Secure Dead Drop: Unlike pastebins, vnsh cannot read your content even if subpoenaed. The server operator has no access to plaintext - mathematically impossible without the URL fragment.
Auto-Vaporization: All data auto-destructs after 24 hours (configurable 1-168h). No history, no backups, no leaks. Perfect for ephemeral AI context sharing.