If a user doesn't trust Dropbox, why would they trust passwordprotectmyfile.com? I know it claims the file doesn't leave your computer, and that might be true right now, but in five minutes if I visit the page the code could have changed. And it would hardly be user-friendly to ask users to check the minified javascript before using it.
Show HN: Password-Protect My File
11–19 of 19 posts
Re: Show HN: Password-Protect My File
#12How is this better than symmetric encryption with GnuPG?
The encrypted result of this tool contains all the code necessary to decrypt itself (in a web browser). I'm not too familiar with GnuPG, so I don't know if that's different.
Re: Show HN: Password-Protect My File
#13As soon as my file is readable by javascript it could be sent anywhere by your code. I'm not saying you do , but it could . Therefore this adds an unnecessary risk. I would have to disconnect my machine from the network and clear all the browser storage before reconnecting to even begin to think this was safe. Just to be clear: I'm not saying it's useless, just that if the file I was encrypting was so important that…
Re: Show HN: Password-Protect My File
#14Should really highlight the fact that it could be self-hosted [0]. Typing a password and uploading a sensitive file is never a good idea. [0] https://github.com/louissobel/ppmf
Re: Show HN: Password-Protect My File
#15Re: Show HN: Password-Protect My File
#16You should recommend people to download the html and then save it instead of using the page itself. Maybe make a big download button. Also, remove google analytics from the self-contained version, that way the page should never download/upload anything from the network.
Re: Show HN: Password-Protect My File
#17How is this better than symmetric encryption with GnuPG?
Re: Show HN: Password-Protect My File
#18Should really highlight the fact that it could be self-hosted [0]. Typing a password and uploading a sensitive file is never a good idea. [0] https://github.com/louissobel/ppmf
At first sight it seems the encryption is done by client-side javascript, so you don't gain much by hosting it yourself.
Re: Show HN: Password-Protect My File
#19If a user doesn't trust Dropbox, why would they trust passwordprotectmyfile.com? I know it claims the file doesn't leave your computer, and that might be true right now, but in five minutes if I visit the page the code could have changed. And it would hardly be user-friendly to ask users to check the minified javascript before using it.
It's a little clunky, but I do have a process in place for checking that the website matches the code: https://github.com/louissobel/ppmf/blob/master/bin/check_pro...