The Mullvad model for storage.

DieLadung is a private cloud storage service built around a simple rule: the server should not be capable of reading your files. Accounts are random numbers, payments can be anonymous, and file encryption happens before upload.

We are building the storage layer first: file management inspired by Drive, but with anonymous accounts and local-only encryption keys. The product charges per GB instead of forcing users into locked tiers.

Product principles.

01
Zero knowledge
File contents and file names are encrypted on the client. The API stores ciphertext and quota metadata.
02
Anonymous accounts
A generated account number is the default identity. Optional recovery data must remain an explicit privacy trade-off.
03
Per-GB storage
Users choose the storage amount they need. Revenue comes from users, not ads, data sales, or tracking.
04
Open clients
Client-side code is the trust boundary, so it must be auditable and eventually third-party reviewed.