今日已更新 255 条资讯 | 累计 28159 条内容
关于我们

标签:#hackernews

找到 9709 篇相关文章

AI 资讯

Show HN: Hidetext.sh – encrypted pastebin where the server never sees the key

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

2026-07-11 原文 →