Skip to content

Add Vaulted to Tools > Standalone#235

Open
maximn wants to merge 1 commit intosobolevn:masterfrom
maximn:add-vaulted
Open

Add Vaulted to Tools > Standalone#235
maximn wants to merge 1 commit intosobolevn:masterfrom
maximn:add-vaulted

Conversation

@maximn
Copy link

@maximn maximn commented Feb 26, 2026

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.

Vaulted is a client-side secret sharing tool using AES-256-GCM
via the Web Crypto API. The encryption key lives only in the URL
fragment and is never sent to the server. Features self-destructing
links with configurable view limits and optional passphrase wrapping.

Website: https://www.vaulted.fyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant