Add vnsh to Pastebin and Secret Sharing

This commit is contained in:
Raullen 2026-02-13 19:45:04 -08:00
parent 60d9044a0b
commit d1408eb711
1 changed files with 1 additions and 0 deletions

View File

@ -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)