4 ms·
I just finished building a similar tool: https://utiliti.dev/private-note/ https://utiliti.dev/private-note/ Currently it’s just for plaintext, but might allow
by inssein 4y ago
I just finished building a similar tool: https://utiliti.dev/private-note/ https://utiliti.dev/private-note/
Currently it’s just for plaintext, but might allow for more complex things like the website.
The password is stored in the url after the # so it’s never sent to the server.
I was going to post this project after I build some more utilities.
- megous 4y agoIt will leak all over browser's history, though.
- inssein 4y agoIs this a problem? It will only leak on the sender and receivers browser history.
- qingdao99 4y agoIs the note supposed to self-destruct even when it's attempted to be opened with incorrect data in the URL hash? (so it hasn't actually been read yet)
- inssein 4y agoToday it does, but might need to find a way around it.