What SecureUploads stores while a link is active
- The file itself
- Original filename, MIME type, and file size
- The chosen slug or generated link identifier
- Created-at and expires-at timestamps
- A password hash if you set a password
SecureUploads is intentionally lightweight. It does not require user accounts, collect marketing leads, or keep files around like a cloud drive. It stores only what is needed to deliver the file until the link expires or is downloaded.
Privacy here comes from temporary delivery, clean link behavior, optional passwords, and a small product surface area. If you need zero-knowledge storage, encrypt the file before upload and share the decryption method separately.