Vaulted is a zero-knowledge secret sharing tool built on the Web Crypto API.
Cryptographic details
Algorithm: AES-256-GCM (client-side, via SubtleCrypto)
Key management: Encryption key is generated in the browser and placed in the URL fragment (#) — it is never transmitted to the server
Passphrase wrapping: Optional passphrase protection using PBKDF2-derived key wrapping
Architecture: Zero-knowledge — the server stores only ciphertext, IV, and salt. It never has access to plaintext or keys.
Features
Self-destructing links with configurable view limits (1–10)
Expiration up to 30 days
CLI tool available via npm (vaulted-cli) using the same encryption
No account required
Section
Added to Tools > Standalone, alphabetically between sops and ves.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/235
**Author:** [@maximn](https://github.com/maximn)
**Created:** 2/26/2026
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `add-vaulted`
---
### 📝 Commits (1)
- [`25ab613`](https://github.com/sobolevn/awesome-cryptography/commit/25ab6133174f60a1f1f525b1e79b7ef5c133d7f6) Add Vaulted to Tools > Standalone section
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
## What is Vaulted?
[Vaulted](https://www.vaulted.fyi) is a zero-knowledge secret sharing tool built on the Web Crypto API.
## Cryptographic details
- **Algorithm:** AES-256-GCM (client-side, via `SubtleCrypto`)
- **Key management:** Encryption key is generated in the browser and placed in the URL fragment (`#`) — it is never transmitted to the server
- **Passphrase wrapping:** Optional passphrase protection using PBKDF2-derived key wrapping
- **Architecture:** Zero-knowledge — the server stores only ciphertext, IV, and salt. It never has access to plaintext or keys.
## Features
- Self-destructing links with configurable view limits (1–10)
- Expiration up to 30 days
- CLI tool available via npm (`vaulted-cli`) using the same encryption
- No account required
## Section
Added to **Tools > Standalone**, alphabetically between `sops` and `ves`.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sobolevn/awesome-cryptography/pull/235
Author: @maximn
Created: 2/26/2026
Status: 🔄 Open
Base:
master← Head:add-vaulted📝 Commits (1)
25ab613Add Vaulted to Tools > Standalone section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is Vaulted?
Vaulted is a zero-knowledge secret sharing tool built on the Web Crypto API.
Cryptographic details
SubtleCrypto)#) — it is never transmitted to the serverFeatures
vaulted-cli) using the same encryptionSection
Added to Tools > Standalone, alphabetically between
sopsandves.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.