HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dextreem

no profile record

投稿

Show HN: One Time Note-Share an encrypted note that deletes itself after access

one-time-note.com
2 ポイント·投稿者 dextreem·5 年前·1 コメント

コメント

dextreem
·4 年前·議論
Probably that @use thing?
dextreem
·5 年前·議論
My last weekend's project: A service that allows you to drop an encrypted note. You will receive a link to the note that is valid exactly once: While accessing the note it gets removed from the machine immediately. The note itself gets encrypted on client side so that no note is transmitted unencrypted and the password has not to leave the browser window. To decrypt the note you need the link and the password (an empty string is a valid password). I tried to keep everything as minimalistic as possible. No fancy frontend framework, no fancy backend database, only express on node.js for the API and webserver for the web UI. The project is shared on github: https://github.com/dextreem/one-time-note Feel free to have a look and deploy wherever you want if you think you can make use of it. Comments and critics are welcome :)