Sharing temporary code snippets, API keys, or private notes shouldn't require creating accounts or leaving permanent trails. Sh...Text provides a clean, minimal interface for sharing encrypted notes that self-destruct when they expire.
Every snippet is encrypted before being stored using AES-256-GCM with a unique initialization vector and authentication tag.
Snippets expire automatically based on your chosen timeframe (15 minutes to 30 days). Expired records are deleted directly by MongoDB.
Protected snippets use Node's native scrypt key derivation for password hashing and constant-time verification to prevent brute-force attacks.
No hidden telemetry or proprietary magic. You can review the entire codebase, encryption logic, and server actions directly on GitHub.
Have questions or suggestions? You can inspect the source code or reach out via email.