A webapp for quick file sharing via a obfuscated link.
- Upload a file or zip archive.
- Optionally provide a password that is used to encrypt the zip archive.
- Share the resulting link (ie http://drop.domain.com/1aa2c6eab4321cdedf48eee2ade2a0215c7313e8).
There are very few security considerations. The server admin can look at files fairly easily, and the optional password is being transmitted non-securely. Ergo - sensitive material should be encrypted before it is uploaded.
Files are deleted after two weeks.
- Automate archive deletion process with a cron job or equivalent.