Live data from Hacker News

Show HN: BlackHole – Fast, free and encrypted file transfer for Windows and Mac

blackhole.run

1–10 of 37 posts

Re: Show HN: BlackHole – Fast, free and encrypted file transfer for Windows and Mac

#3
Why blockchain? Because there's one FAQ that you're obviously missing: "How do I delete a compromised/accidentally-uploaded file?" and I suspect it's because the answer is "You can't."

This would be the last place I'd upload anything important. Once that URL/password get out, whatever "secure" file I've uploaded is exposed forever.

Re: Show HN: BlackHole – Fast, free and encrypted file transfer for Windows and Mac

#7
You can have your own private web-based file transfer server in maybe around 100 lines of PHP where you have total control over file expiry and no need to trust any third parties except perhaps your VPS provider. If you need more secure than that, courier an encrypted thumb drive or something.

Re: Show HN: BlackHole – Fast, free and encrypted file transfer for Windows and Mac

#9

Why blockchain? Because there's one FAQ that you're obviously missing: "How do I delete a compromised/accidentally-uploaded file?" and I suspect it's because the answer is "You can't." This would be the last place I'd upload anything important. Once that URL/password get out, whatever "secure" file I've uploaded is exposed forever.

> Once that URL/password get out, whatever "secure" file I've uploaded is exposed forever.

That is true even if you can delete the uploaded file. Once someone else has seen it you no longer control distribution.

That said, you are right to distrust file transfer services by default. They are in a position to mess with you in many ways.

Re: Show HN: BlackHole – Fast, free and encrypted file transfer for Windows and Mac

#10

You can have your own private web-based file transfer server in maybe around 100 lines of PHP where you have total control over file expiry and no need to trust any third parties except perhaps your VPS provider. If you need more secure than that, courier an encrypted thumb drive or something.

I can't tell if this is a reference to the infamous Dropbox reply or not.
Post reply on HN