[PR #235] Add Vaulted to Tools > Standalone #4692

Open
opened 2026-06-14 08:59:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/235
Author: @maximn
Created: 2/26/2026
Status: 🔄 Open

Base: masterHead: add-vaulted


📝 Commits (1)

  • 25ab613 Add 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

  • 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>
GiteaMirror added the pull-request label 2026-06-14 08:59:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#4692