Skip to content

Commit 92a16b3

Browse files
committed
Merge branch 'develop'
2 parents 1e02db3 + b15e549 commit 92a16b3

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

docs/security/hub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Cryptomator Hub facilitates asymmetric encryption to allow sharing the key mater
1313
The following diagram illustrates how Cryptomator Hub maintains zero-knowledge encryption throughout the entire data flow between users sharing a vault. This architecture ensures that neither Cryptomator Hub nor your cloud storage provider ever has access to your unencrypted data.
1414

1515
<WhiteBox>
16-
<Image src="/img/hub/data-flow.png" alt="Hub Data Flow" width="1066" />
16+
<Image src="/img/hub/data-flow.svg" alt="Hub Data Flow" />
1717
</WhiteBox>
1818

1919
In this architecture, each component plays a specific role while maintaining the zero-knowledge principle. User devices handle all encryption and decryption operations locally within their [virtual file systems](architecture.md#virtual-filesystem). The encrypted vault data resides in your chosen [cloud storage provider](/docs/misc/supported-cloud-services.md), where it remains indecipherable without the proper keys.
@@ -69,7 +69,7 @@ view it from any authorized device. Regardless it should be securely stored inde
6969
Vault keys are shared with users via their [User Key Pairs](#user-key-pair). Each user self-manages their devices. The [Device Key Pair](#device-key-pair) is required to decrypt the user's private key, which in turn decrypts the vault access token.
7070

7171
<WhiteBox>
72-
<Image src="/img/hub/unlock-procedure.drawio.png" alt="Hub Unlock Procedure" width="1102" />
72+
<Image src="/img/hub/unlock-procedure.svg" alt="Hub Unlock Procedure" />
7373
</WhiteBox>
7474

7575
### Unlock Flow {#unlock-flow}

static/img/hub/data-flow.png

-199 KB
Binary file not shown.

static/img/hub/data-flow.svg

Lines changed: 3 additions & 0 deletions
Loading
-144 KB
Binary file not shown.

static/img/hub/unlock-procedure.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)