- Zero-knowledge encryption
- An architecture where only the user holds the keys to decrypt their data, so the provider literally cannot read the files even if compelled or breached. Dropbox's core sync is NOT zero-knowledge — Dropbox holds server-side keys — which is the root of most of the trust criticisms in this archive.
- Server-side encryption
- Files are encrypted at rest on the provider's servers, but the provider holds the keys. It protects against someone stealing the raw disks, but not against the provider itself accessing files, handing them to law enforcement, or an attacker who reaches the provider's systems. This is Dropbox's model for core sync.
- End-to-end encryption (E2EE)
- Data is encrypted on the sender's device and only decrypted on the recipient's, with no readable copy in between. Dropbox added E2EE for some Teams/Business folders in 2024–2025 but it is not the default for ordinary accounts.
- Mark of the Web (MOTW)
- A Windows tag attached to files that came from the internet; it triggers SmartScreen warnings and Office Protected View. A 'MOTW bypass' (e.g. CVE-2024-5924 in the Dropbox client) strips that tag, making a downloaded, untrusted file look local and safe.
- Command-and-control (C2)
- The channel malware uses to receive instructions and exfiltrate stolen data. Because Dropbox traffic is trusted and rarely blocked, threat groups have abused the Dropbox API as a C2 channel — abuse of the platform rather than a breach of it.
- Credential stuffing
- Attackers replay username/password pairs leaked from other breaches against a service, exploiting password reuse. Several Dropbox account-compromise waves were credential stuffing rather than a fresh breach of Dropbox itself.
- Data breach vs. data disclosure
- A breach is unauthorized access by an attacker; a disclosure is the provider lawfully handing data to a government under legal process. Both put user data outside the user's control — which is why this archive tracks each separately.
- OAuth token
- A credential that lets a third-party app access your Dropbox without your password. Over-broad token scopes and token theft (as in the 2024 Dropbox Sign breach) are recurring risks.
- SOC 2 / ISO 27001
- Third-party security-compliance certifications Dropbox holds. They attest to having controls and processes; they are not a guarantee against breaches, and Dropbox has had significant incidents while certified.