nowfound

Alternatives

Products that do what ScorchPad does

Zero-knowledge encrypted pastes. Not even we can read them.

  1. 1HS

    Hi HN! I built hidetext.sh — a way to share text, code, and files through links the server can't read. How it works: your browser generates a random key and encrypts everything locally (NaCl secretbox, XSalsa20-Poly1305). Only ciphertext is uploaded. The key goes into the URL fragment — the part after # — which browsers never send to servers. The link carries the key, my server stores the locked box, and the two only meet in a browser. A design detail I'm fairly happy with: burn-after-read doesn't destroy the paste on the first HTTP request. The naive version means a Slack or iMessage link…

    Jul 2026 · hidetext.sh

  2. 2

    Zero knowledge self destructing notes

    Jan 2026 · burnernote.com

  3. 3SB

    Stasher is a tiny CLI tool that lets you share encrypted secrets that burn after reading — no accounts, no logins, no servers to trust. I built it because I just wanted to share a password. Not spin up infra. Not register for some "secure" web app. Not trust Slack threads. Just send a secret. Secrets are encrypted client-side with AES-256-GCM. You get a `uuid:key` token to share. Once someone reads it, it's gone. If they don't read it in 10 minutes, it expires and deleted. Everything is verifiable. Every release is signed, SLSA-attested, SBOM-included, and logged in the Rekor transparency…

    2025 · github.com

  4. 4

    Zero-knowledge Encrypted Pastebin

    Jan 2026 · cloakbin.com

  5. 5

    Diary app with AES encryption

    2023

  6. 6LP

    OP here. I built this because I recently caught myself almost pasting a block of logs containing AWS keys into Claude. The Problem: I need the reasoning capabilities of cloud models (GPT/Claude/Gemini), but I can't trust myself not to accidentally leak PII or secrets. The Solution: A Chrome extension that acts as a local middleware. It intercepts the prompt and runs a local BERT model (via a Python FastAPI backend) to scrub names, emails, and keys before the request leaves the browser. A few notes up front (to set expectations clearly): Everything runs 100% locally. Regex detection…

    Dec 2025 · github.com

  7. 7

    Prove that you said things before anyone else

    Jun 2026 · yousaidthat.org

  8. 8
    MagicPad110

    Free and open-source encryption suite

    2019

  9. 9

    Notepad with AES encryption.

    2019

  10. 10

    Free, end-to-end encrypted notes that burn instantly.

    Jul 2026 · scorchnote.com

  11. 11

    Share secrets with total privacy

    Mar 2026 · paste.devstudioal.com

  12. 12

    Find the plaintext secrets on your Mac and move them behind Touch ID, injected just in time without breaking the tools that read them. Free and local-first. - jitpass/jit

    22d ago · github.com

  13. 13

    Free zero-knowledge encrypted notepad — no account needed

    Jul 2026 · securetext.cloud

  14. 14

    Free, simple, and private, offline text encryption suite.

    2019

  15. 15AU

    I like playing around with bookmarklets (bookmarks that are executable JavaScript) And I wanted to make a Quine (code that prints a copy of its own source code ad infinitum) So I made a bookmark-only notepad that saves a copy of its own executable and current state to a JavaScript executable bookmarklet. As you type, a link on the page updates with the source code and the internal state. You can drag this link to the bookmarks bar to “save” your work. Works cross device if you have browser sync on. No server involved!

    2024 · github.com

  16. 16

    Encrypted pastebin — your data never touches our servers

    Mar 2026 · securebin.ai

  17. 17

    Self-destructing encrypted messages, files & screenshots

    Jul 2026 · secretnote.eu

  18. 18NM
  19. 19CP

    I thought it would be great to share code snippets without saving them on a server, so I created http://mem.pe It allows you to paste code and save it in your browser's local storage. When you share the URL of the pasted code, other people will connect to it via web sockets. For example, this http://mem.pe/#sge/5 you will be pulling from my browser. I'll keep it open for a while. If you close the web app, your code paste will not be available for anyone to see, until you open the web app again. This is obviously, not suitable for using at forums and other places…

    2013

  20. 20QD

    Hi HN, I'm Tyler Flint. Eight months ago we shared qtap here (https://news.ycombinator.com/item?id=43928118). Today we're releasing DevTools - a browser-based interface that gives you the Chrome Network tab experience for server-side HTTP/S traffic. The problem: You're debugging a production issue. An external dependency is returning errors. Your logs say "request failed" but not what was actually sent. Adding debug logging means redeploying and restarting services - which takes time and often changes the conditions you're trying to debug. tcpdump shows encrypted blobs.…

    Jan 2026 · qpoint.io

  21. 21

    Privacy first clipboard manager extension for Chrome

    Jun 2026 · encryptedclipboard.app

  22. 22

    Stop sharing secrets in plaintext

    Mar 2026 · envdrop.dev

  23. 23

    End-to-end encrypted notes that sync everywhere

    Oct 2025

  24. 24
    Writed12

    Chat with your journal. Nothing leaves your browser

    Jul 2026 · writed.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →