Add Vaulted to Pastebin and Secret Sharing section

Vaulted is a zero-knowledge encrypted secret sharing tool.
AES-256-GCM encryption happens client-side in the browser,
the server never sees plaintext. Features include self-destructing
links, configurable view limits, passphrase protection, and
expiration up to 30 days. No account required.

Website: https://www.vaulted.fyi
This commit is contained in:
Max Novak 2026-02-26 20:13:58 +00:00
parent dea19c4f23
commit 3be4a53f11
1 changed files with 1 additions and 0 deletions

View File

@ -1052,6 +1052,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. - [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. - [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. - [scrt.link](https://scrt.link) - Share a secret. End-to-end encrypted. Ephemeral. Open-source.
- [Vaulted](https://www.vaulted.fyi) - Zero-knowledge encrypted secret sharing. AES-256-GCM encryption happens in the browser — the server never sees plaintext. Self-destructing links with configurable view limits and expiration. No account required.
- [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. - [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) [Back to top 🔝](#contents)