From e45940a82abe7a319c814de56a6f612e9af02b5e Mon Sep 17 00:00:00 2001 From: ekos-cyber <240366797+ekos-cyber@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:47:25 +0100 Subject: [PATCH] Add SecureShare to the list of secure sharing tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9a5764..10b6c9b 100644 --- a/README.md +++ b/README.md @@ -1053,6 +1053,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. +- [SecureShare](https://github.com/ekos-cyber/SecureShare-App) - Zero-knowledge, E2EE self-hosted platform for sharing sensitive data and secrets with automatic expiration and CLI support. Open-source. [Back to top 🔝](#contents)