SecretDrop – Open-source encrypted secret sharing (MIT)
Drop-in Slack alternative with verifiable crypto, but one-time secret sharing exists.
Zero-knowledge one-time secret sharing. End-to-end encrypted, self-hosted, open source.
Eight years of maintenance but privnote and 1Password already solve this.
Developers and teams needing to share credentials securely
Privnote · 1Password Secret Sharing · Bitwarden Send
Secrets are encrypted in your browser (AES-256-GCM) before anything leaves your device. The key lives in the URL fragment (#), which browsers never send to the server. Key derivation uses HKDF-SHA256 with separate keys for encryption and auth.
No tracking, no cookies, no accounts. Open source (MIT). Runs on a $10 VPS — Go stdlib, Redis, static Next.js.
CLI included: printf 'db_password' | 1time send Self-hosting: 4-line Docker Compose (amd64 + arm64).
Would love feedback on the crypto approach and UX.
Live: https://1time.io | Source: https://github.com/shingrus/1time
Drop-in Slack alternative with verifiable crypto, but one-time secret sharing exists.
One-time secret sharing with URL fragment encryption, but Yopass and Privnote solved this.
Client-side AES-256-GCM for .env sharing, but Wire, OnePassword, and Bitwarden vaults already solve this.
True zero-knowledge file sharing: keys in URL fragment, server literally cannot decrypt even with access.
Real zero-knowledge (key in URL fragment), 50GB free files, no signup dark patterns.
Keys in URL hash means server literally cannot decrypt — crypto challenge proves it.