Enseal – Stop pasting secrets into Slack .env sharing from the terminal
Makes secure path faster than Slack for sharing secrets—age encryption, SPAKE2, self-hostable.

AES-256-GCM with key in URL fragment—clever crypto choice, but Teleport and 1Password Vaults already exist.
Teams needing one-off credential sharing without password managers or formal infrastructure
1Password Vaults · Teleport Shared Secrets · Bitwarden Send
VaultLink encrypts secrets client-side using the Web Crypto API (AES-256-GCM). The encryption key is delivered via a URL fragment (#key=...), which is never sent to the server. The server stores only ciphertext, IV, and salt. Decryption happens entirely in the browser.
Access requires email OTP, and view limits are enforced atomically at the database level to prevent race conditions.
It’s not trying to replace password managers or prevent a recipient from copying a secret. The goal is to reduce accidental exposure and long-lived credential leaks in chat.
Makes secure path faster than Slack for sharing secrets—age encryption, SPAKE2, self-hostable.
Drop-in Slack alternative with verifiable crypto, but one-time secret sharing exists.
Eight years of maintenance but privnote and 1Password already solve this.
Intercepts pastes, masks 30+ secret types locally—zero network requests or tracking.
Typed secret schemas for agents beat pasting API keys into LLM prompts.
One-time secret sharing with URL fragment encryption, but Yopass and Privnote solved this.