From 25ab6133174f60a1f1f525b1e79b7ef5c133d7f6 Mon Sep 17 00:00:00 2001 From: Max Novak Date: Thu, 26 Feb 2026 20:21:05 +0000 Subject: [PATCH] Add Vaulted to Tools > Standalone section 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8793a6..f3f6735 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of cryptography resources and links. - [ironssh](https://github.com/IronCoreLabs/ironssh) - End-to-end encrypt transferred files using sftp/scp and selectively share with others. Automatic key management works with any SSH server. Encrypted files are gpg compatible. - [Nipe](https://github.com/GouveaHeitor/nipe) - Nipe is a script to make Tor Network your default gateway. - [sops](https://github.com/mozilla/sops) - sops is an editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP. +- [Vaulted](https://www.vaulted.fyi) - Client-side secret sharing using AES-256-GCM via Web Crypto API. Encryption key lives in URL fragment (never sent to server). Self-destructing links with view limits and optional passphrase wrapping. - [ves](https://ves.host/docs/ves-util) - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. ### Plugins