Whisper.Page (
https://whisper.page)
Hi HN,
I made an app to share secrets, notes, and code blocks with someone you trust. Some of the interesting/useful aspects of Whisper Pages are:
* Focused around Markdown
* Open source
* Client-side decryption with WebAssembly (the key is stored in the window location hash in the URL)
Please check it out and let me know what you think. There are tons and tons of similar apps out there, so this is not exactly revolutionary – but it was fun to try to figure it out.
Some features that I am thinking about for the future:
* API
* Notification when your Whisper Page has been destroyed
* Permanent and/or scheduled Whisper Pages
* Destroy after X number of views
* Other cool things I can try with WASM