(no title)
Rayid | 10 months ago
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
apitman|10 months ago
Rayid|10 months ago
cedws|10 months ago
Rayid|10 months ago
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!
pogue|10 months ago
And most importantly, how can we trust it's private/anonymous/encrypted?
Rayid|10 months ago
kratosthegod|10 months ago
Rayid|10 months ago
Rayid|10 months ago