Skip to content

Commit 9f7fec3

Browse files
committed
Clarify principle overview
1 parent 58f1f95 commit 9f7fec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/architecture/security/principles/01-servers-are-not-trusted.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# P01 - Servers are not trusted
22

3-
Clients do not need to trust Bitwarden server or web infrastructure to be good actors in supplying
4-
data to keep an account's encrypted content secure. In other words, the special status of providing
5-
a network sync for client data does not enable a server, or any entity between the server and
6-
client, to take any action that would aid in decryption of a user's vault by the server.
3+
Clients do not need to trust Bitwarden server or web infrastructure to be good actors to keep an
4+
account's encrypted content secure. In other words, the special status of providing a network sync
5+
for client data does not enable a server, or any entity between the server and client, to take any
6+
action that would aid in decryption of a user's vault by the server.
77

88
This is what we mean when we sometimes refer to "End-to-end encrypted."
99

0 commit comments

Comments
 (0)