Live data from Hacker News

Show HN: DeadDrop – Tiny tool to share files anonymously

deaddrop.space

1–10 of 30 posts

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#2
Hey 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

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#3
post #2

Hey 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 case…

Be careful hosting a service like this. You will have feds knocking on your door in no time.

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#4
post #3
post #2

Hey 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 case…

Be careful hosting a service like this. You will have feds knocking on your door in no time.

Totally 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!

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#5
post #2

Hey 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 case…

Sorry, but the CORRECT LINK IS: https://deaddrop.space

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#7
post #2

Hey 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 case…

Well done! I appreciate the minimal, no-login approach. It feels like a modern and more lightweight alternative to (late)Firefox Send.

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#8
post #2

Hey 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 case…

Well done! I appreciate the minimal, no-login approach. It feels like a modern and more lightweight alternative to (late)Firefox Send.

Thanks! I actually didn’t know about Firefox Send until after I built DeadDrop. But now that I’ve seen it, I can definitely see the similarities. Glad you liked it!

Re: Show HN: DeadDrop – Tiny tool to share files anonymously

#10

I 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

Thanks! 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!
Post reply on HN