From d1408eb711ca7945bd5daca919e0f496d72248bc Mon Sep 17 00:00:00 2001 From: Raullen Date: Fri, 13 Feb 2026 19:45:04 -0800 Subject: [PATCH] Add vnsh to Pastebin and Secret Sharing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f15a4f8..0aeca19 100644 --- a/README.md +++ b/README.md @@ -1035,6 +1035,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of - [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files. - [scrt.link](https://scrt.link) - Share a secret. End-to-end encrypted. Ephemeral. Open-source. - [dele-to](https://dele.to) - Open Source. Modern app to share sensitive credentials and secrets securely with client-side AES-256 encryption, zero-knowledge architecture, and automatic self-destruction. +- [vnsh](https://vnsh.dev) - Host-blind ephemeral pastebin with CLI. Server never sees decryption keys (stored in URL fragment). Client-side AES-256-CBC, auto-expiring links. [Back to top 🔝](#contents)