A practical comparison of encrypted Microsoft Teams alternatives: who holds the keys, what an administrator can export, and which options are genuinely zero-knowledge.
Three private surfaces. Same zero-knowledge architecture.
If your conversations contain deal terms, patient details, source code, unreleased creative work or privileged legal advice, the question stops being "do we trust Microsoft?" and becomes "who can read this, under what circumstances, without asking us?".
| Criterion | What to ask |
|---|---|
| Encryption model | Is content encrypted on the device, or by the provider after upload? |
| Key custody | Who can derive the decryption key — you, or the platform? |
| Admin access | Can a workspace administrator export message content? |
| Search | Is the index built server-side from plaintext, or on the device? |
"Encrypted in transit and at rest" answers none of these. It describes transport and disk layers whose keys belong to the provider.
Privacy-first messengers. Signal, Element/Matrix, Wire and Threema bring genuine end-to-end encryption to conversations. Excellent for messaging; usually thinner on the file-workspace side — versioned drives, team folders, galleries, large transfers.
Encrypted clouds with light chat. Strong file confidentiality, conversation features that are often an afterthought.
Zero-knowledge workspaces. Messaging and storage sealed on the device under one key model. Fewer options exist, because it is architecturally harder: search, previews and sharing all have to be rebuilt client-side.
The workspace does not stop at chat: My Drive, Team Drive with per-member sealed folder keys, Photos, an encrypted mailbox and public links that expire within 24 hours at most. Removing a member rotates the relevant keys instead of merely flipping an access flag.
Three private surfaces. Same zero-knowledge architecture.