From 6149a5031816d7b88b2fe1fc1316b1140be358ba Mon Sep 17 00:00:00 2001 From: AArdian <34317628+arddluma@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:00:59 +0200 Subject: [PATCH] feat: Add dele.to (Pastebin and secret sharing) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a2b8f1..da175a7 100644 --- a/README.md +++ b/README.md @@ -1027,6 +1027,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of - [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES. - [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. [Back to top 🔝](#contents)