Hacker News new | ask | show | jobs
by tagawa 4050 days ago
Seems to work but I was surprised to see the "Uploading" message. For me to trust it with secret files I'd at least want it to work locally with nothing being sent to the server.
1 comments

Even if it did it in-browser and didn't show you an upload message, you still need to trust the JavaScript that gets downloaded when you load the page. It could upload behind your back. Or, it could embed your password in the image, encrypted with a known key.

You MUST trust the software you feed your unencrypted data to. And if that softare is downloaded each time from the web, it's rather hard to do.

Right, but at least it would be locally-run code that you can (potentially) verify and run offline, similar to existing Bitcoin/Dogecoin paper wallet generators. I agree most people wouldn't or couldn't though.