From bc324ca35966502f81fec11941172f65824d89ef Mon Sep 17 00:00:00 2001 From: raullenchai Date: Wed, 18 Feb 2026 10:04:17 -0800 Subject: [PATCH] =?UTF-8?q?Add=20vnsh=20=E2=80=94=20Encrypted=20Sharing=20?= =?UTF-8?q?extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d10b739..b4a2c23 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ A curated list of Chrome extensions aimed at enhancing user privacy and improvin 9. [**Windscribe**](https://chromewebstore.google.com/detail/hnmpcagpplmpfojmgmnngilcnanddlhb) A free VPN for enhanced online privacy, encrypting internet connections, and changing virtual location. +10. [**vnsh — Encrypted Sharing**](https://chromewebstore.google.com/detail/vnsh-%E2%80%94-encrypted-sharing/ipilmdgcajaoggfmmblockgofednkbbl) + Zero-knowledge encrypted sharing for developers. AES-256-CBC encryption happens entirely client-side, the server never sees keys or plaintext, and links auto-expire in 24 hours. + --- ## Contribute