3 ms·
Show HN: DeadDrop – Tiny tool to share files anonymously
- eipi10_hn 1y agoThanks for the project. Does the tool have expiry time for the files?
- Rayid 1y agoYup! When you upload a file, you can choose how long it stays — anywhere from 1 day to 30 days. After that, it's automatically deleted from the server.
- aiiizzz 1y agoFirefox Send flashbacks. It was shut down because it became a malware hotbed.
- Rayid 1y agoI totally get the concern, and I am aware of what happened with Firefox Send. DeadDrop is still in its early stages, but I’m actively thinking about ways to prevent any unethical use of the platform as it grows.
- Rayid 1y agoHey HN! I built a small project called DeadDrop – a tool for sharing files without needing logins or accounts. You just enter a name and a passkey, and your file is encrypted in the browser using AES-GCM. Only the encrypted file is uploaded. On the other side, anyone with the same name + key can retrieve and decrypt it client-side. The server never sees the passkey or the raw file – it's fully privacy-first. Use cases: quick transfers between devices, sharing sensitive files with collaborators, or just simple temp file drops without any tracking. Would love your feedback or suggestions! Link: https://deadrop.updo.in https://deadrop.updo.in
- cedws 1y agoBe careful hosting a service like this. You will have feds knocking on your door in no time.
- Rayid 1y agoTotally understand the concern — I’ve thought a lot about that. I'm not encouraging illegal use; it's designed for privacy-conscious developers, teams, and individuals who want simple, disposable file transfers. And like with any tool, it depends on how users choose to use it. That said, I'm keeping an eye on best practices (and legality) around hosting this kind of service. Appreciate you bringing it up!
- cedws 1y agoThe minutiae don't matter, if they think your service is serving data it shouldn't be, encrypted or not they will bust down your door.
- Rayid 1y agoAt the moment, this website is still in its early stages, but I'm fully committed to finding ways to prevent any unethical use of the platform. It's something I’ll continue working on as I develop and improve it. Thanks for the concern!
- 7bit 1y ago> it depends on how users choose to use it. Protect yourself as best as you can. The worst that could happen is if this is used for CSAM, and then it's over.
- Rayid 1y agoWell, since all files are encrypted on the client side, I can’t actually read or access the contents of the files being uploaded. That means I can't know what’s being shared. However, I’ll be adding clear policies that will allow me to delete any files that appear to be used unethically or in violation of the guidelines.
- Andrew091 1y agoI think the vision is pretty optimistic.. It would help a lot in rapid file transfer for those who are working in documentation sectors.. It would also help school or college students for their ppt sharing without a physical usb... Nice initiative
- deleted 1y ago[deleted]
- Rayid 1y agoThanks! Glad you see the potential — that’s exactly the goal, to make file sharing as quick and simple as possible. No USBs, no hassle. Appreciate the feedback!
- hschne 1y agoI launched something similar a year ago, funnily with an almost identical name. Different tech stack and slightly different features though. Super cool to see more other tools in the space! https://datadeaddrop.com/ https://datadeaddrop.com/
- Rayid 1y agoThat's awesome — love seeing others thinking in the same direction! Just checked out your project, and it’s really well put together. Funny how we both ended up with such similar names and ideas. I hadn’t seen yours before launching mine, but it’s super cool to see how you approached it differently with those extra features. More privacy-focused tools in the space is always a win!