Create shareable AES-256-GCM-encrypted pastes that live entirely in the URL fragment. No server, no database, optional password protection with PBKDF2 or Argon2id.
Most pastebins store your content on their server. Secure Paste does the opposite: the entire paste is encoded into the URL fragment (after the # symbol). Sharing the link IS sharing the paste — there is no upload, no database row, nothing to subpoena. The paste only exists in copies of the URL.
Optional password protection layers AES-256-GCM on top, with your choice of PBKDF2-SHA256 (fast, every-device-compatible) or Argon2id (memory-hard, GPU-resistant). The encrypted blob still lives in the URL; only key-holders can decrypt.
Auto-expire is local: the saved-pastes list in your browser purges entries after 1 / 7 / 30 days or never. The URL itself does not expire — anyone who saved a copy keeps access until they discard it. For genuinely ephemeral content, use a short expiry on your local list and consider publishing the URL only on a channel that itself expires.
URL-length budget is the main constraint. We warn at 16 KB and hard-block at 64 KB to stay within cross-browser limits. Beyond that, split into multiple pastes or use a different transport.