Hacker News new | ask | show | jobs
by inssein 1210 days ago
I just finished building a similar tool: 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.

2 comments

Is 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)
Today it does, but might need to find a way around it.
It will leak all over browser's history, though.
Is this a problem? It will only leak on the sender and receivers browser history.