Skip to content

Commit 33501ac

Browse files
committed
Merge branch 'develop'
2 parents e47cf37 + 49d3218 commit 33501ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1480
-327
lines changed

assets/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ textarea:read-only {
188188
}
189189

190190
.tooltip {
191-
@apply absolute hidden z-50;
191+
@apply absolute hidden text-left z-50;
192192
}
193193

194194
.tooltip-center {

content/comparisons/_index.de.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Vergleiche"
3+
description: "In dieser Übersicht zeigen wir dir, wie Cryptomator im Vergleich zu anderen Verschlüsselungstools abschneidet und warum es die beste Wahl für deine Cloudspeicher-Daten ist."
4+
---

content/comparisons/_index.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: "Comparisons"
3+
description: "In this overview, we'll show you how Cryptomator compares to other encryption tools and why it's the best choice for your cloud storage data."
4+
---
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
weight: 5
3+
4+
comparison:
5+
header: |
6+
<div class="inline-flex flex-col-reverse gap-2 items-center">
7+
<span class="font-normal">AxCrypt</span>
8+
<img class="max-w-16 h-12" src="/img/comparisons/axcrypt-logo.svg">
9+
</div>
10+
footer: |
11+
<button class="btn btn-primary w-full px-2 md:px-4 py-1 md:py-1" disabled>Coming Soon</button>
12+
generalFeatures:
13+
cloudStorageOptimized: |
14+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
15+
cloudProviderAgnostic: |
16+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
17+
unlimitedDevices: |
18+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
19+
integratedSharing: |
20+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
21+
offlineKeyRecovery: |
22+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
23+
syncConflictDetection: |
24+
<div class="has-tooltip">
25+
<i class="relative fas fa-minus-circle text-xl lg:text-2xl text-gray-600">
26+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
27+
</i>
28+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Nicht anwendbar ohne Dateinamen-Verschlüsselung.</div>
29+
</div>
30+
crossPlatformSupport: |
31+
<div class="has-tooltip">
32+
<i class="relative fas fa-times-circle text-xl lg:text-2xl text-red-600">
33+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
34+
</i>
35+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Kein Linux.</div>
36+
</div>
37+
securityRelevantFeatures:
38+
fileContentEncryption: |
39+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
40+
fileNameEncryption: |
41+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
42+
fileAttributeEncryption: |
43+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
44+
foss: |
45+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
46+
directoryObfuscation: |
47+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
48+
integrityProtection: |
49+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
50+
quantumResistant: |
51+
<div class="flex items-center justify-center divide-x divide-gray-400">
52+
<div class="px-4">
53+
<div class="has-tooltip">
54+
<i class="relative fas fa-check-circle text-xl lg:text-2xl text-primary">
55+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
56+
</i>
57+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Verwendet symmetrische Verschlüsselung AES.</div>
58+
</div>
59+
</div>
60+
<div class="px-4">
61+
<div class="has-tooltip">
62+
<i class="relative fas fa-times-circle text-xl lg:text-2xl text-red-600">
63+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
64+
</i>
65+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Verwendet asymmetrische Verschlüsselung RSA.</div>
66+
</div>
67+
</div>
68+
</div>
69+
auditedCryptography: |
70+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
71+
memoryHardKDF: |
72+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
73+
shareKeys: |
74+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
75+
76+
_build:
77+
render: false
78+
list: local
79+
---
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
weight: 5
3+
4+
comparison:
5+
header: |
6+
<div class="inline-flex flex-col-reverse gap-2 items-center">
7+
<span class="font-normal">AxCrypt</span>
8+
<img class="max-w-16 h-12" src="/img/comparisons/axcrypt-logo.svg">
9+
</div>
10+
footer: |
11+
<button class="btn btn-primary w-full px-2 md:px-4 py-1 md:py-1" disabled>Coming Soon</button>
12+
generalFeatures:
13+
cloudStorageOptimized: |
14+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
15+
cloudProviderAgnostic: |
16+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
17+
unlimitedDevices: |
18+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
19+
integratedSharing: |
20+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
21+
offlineKeyRecovery: |
22+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
23+
syncConflictDetection: |
24+
<div class="has-tooltip">
25+
<i class="relative fas fa-minus-circle text-xl lg:text-2xl text-gray-600">
26+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
27+
</i>
28+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Not applicable without file name encryption.</div>
29+
</div>
30+
crossPlatformSupport: |
31+
<div class="has-tooltip">
32+
<i class="relative fas fa-times-circle text-xl lg:text-2xl text-red-600">
33+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
34+
</i>
35+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">No Linux.</div>
36+
</div>
37+
securityRelevantFeatures:
38+
fileContentEncryption: |
39+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
40+
fileNameEncryption: |
41+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
42+
fileAttributeEncryption: |
43+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
44+
foss: |
45+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
46+
directoryObfuscation: |
47+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
48+
integrityProtection: |
49+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
50+
quantumResistant: |
51+
<div class="flex items-center justify-center divide-x divide-gray-400">
52+
<div class="px-4">
53+
<div class="has-tooltip">
54+
<i class="relative fas fa-check-circle text-xl lg:text-2xl text-primary">
55+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
56+
</i>
57+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Uses symmetric encryption AES.</div>
58+
</div>
59+
</div>
60+
<div class="px-4">
61+
<div class="has-tooltip">
62+
<i class="relative fas fa-times-circle text-xl lg:text-2xl text-red-600">
63+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
64+
</i>
65+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Uses asymmetric encryption RSA.</div>
66+
</div>
67+
</div>
68+
</div>
69+
auditedCryptography: |
70+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
71+
memoryHardKDF: |
72+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
73+
shareKeys: |
74+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
75+
76+
_build:
77+
render: false
78+
list: local
79+
---

content/boxcryptor-alternative.de.md renamed to content/comparisons/boxcryptor-alternative.de.md

Lines changed: 92 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
title: "Kostenlose Alternative zu Boxcryptor: Cryptomator"
32
type: article
3+
weight: 2
4+
5+
title: "Kostenlose Alternative zu Boxcryptor: Cryptomator"
46
description: "Du willst deine Daten in der Cloud verschlüsseln und suchst die beste Alternative? Wir vergleichen für dich Boxcryptor mit der Open-Source-Lösung Cryptomator."
7+
aliases: ["/de/boxcryptor-alternative"]
58

6-
navtitle: "Alternative zu Boxcryptor"
79
ctatitle: "Möchtest du Cryptomator als Alternative zu Boxcryptor testen?"
810
ctatext: "Cryptomator sichert deine persönlichen Dateien in der Cloud und ist ohne Account nutzbar. Cryptomator Hub verwaltet den Teamzugriff und ist ideal für Teams und Organisationen."
911
ctalink: /de/#get-started
@@ -13,9 +15,92 @@ ogimage:
1315
relsrc: /img/boxcryptor-alternative/og-image.png
1416
width: 1200
1517
height: 541
16-
---
1718

18-
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
19+
comparison:
20+
header: |
21+
<div class="inline-flex flex-col-reverse gap-2 items-center">
22+
<div class="font-normal">
23+
<span>Boxcryptor</span>
24+
<div class="has-tooltip">
25+
<i class="fas fa-info-circle fa-fw text-gray-600"></i>
26+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">
27+
Boxcryptor wurde im November 2022 von Dropbox übernommen, unterstützt aber weiterhin bestehende Kunden während der Laufzeit ihrer Verträge.
28+
</div>
29+
</div>
30+
</div>
31+
<img class="max-w-16 h-12" src="/img/comparisons/boxcryptor-logo.svg">
32+
</div>
33+
footer: |
34+
<a class="btn btn-outline-primary w-full px-2 md:px-4 py-1 md:py-1" href="/de/comparisons/boxcryptor-alternative/" data-umami-event="comparisons-boxcryptor-cta">Detailvergleich</a>
35+
generalFeatures:
36+
cloudStorageOptimized: |
37+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
38+
cloudProviderAgnostic: |
39+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
40+
unlimitedDevices: |
41+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
42+
integratedSharing: |
43+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
44+
offlineKeyRecovery: |
45+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
46+
syncConflictDetection: |
47+
<div class="has-tooltip">
48+
<i class="relative fas fa-minus-circle text-xl lg:text-2xl text-gray-600">
49+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
50+
</i>
51+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Nicht anwendbar ohne Dateinamen-Verschlüsselung, könnte aber mit optionaler Dateinamen-Verschlüsselung problematisch sein.</div>
52+
</div>
53+
crossPlatformSupport: |
54+
<div class="has-tooltip">
55+
<i class="relative fas fa-times-circle text-xl lg:text-2xl text-red-600">
56+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
57+
</i>
58+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Kein Linux.</div>
59+
</div>
60+
securityRelevantFeatures:
61+
fileContentEncryption: |
62+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
63+
fileNameEncryption: |
64+
<div class="has-tooltip">
65+
<i class="relative fas fa-check-circle text-xl lg:text-2xl text-primary">
66+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
67+
</i>
68+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Optional.</div>
69+
</div>
70+
fileAttributeEncryption: |
71+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
72+
foss: |
73+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
74+
directoryObfuscation: |
75+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
76+
integrityProtection: |
77+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
78+
quantumResistant: |
79+
<div class="flex items-center justify-center divide-x divide-gray-400">
80+
<div class="px-4">
81+
<div class="has-tooltip">
82+
<i class="relative fas fa-check-circle text-xl lg:text-2xl text-primary">
83+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
84+
</i>
85+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Verwendet symmetrische Verschlüsselung AES.</div>
86+
</div>
87+
</div>
88+
<div class="px-4">
89+
<div class="has-tooltip">
90+
<i class="relative fas fa-times-circle text-xl lg:text-2xl text-red-600">
91+
<i class="absolute top-0 right-0 translate-x-1/2 -translate-y-1/2 fas fa-info-circle text-xs text-gray-600 bg-white border border-white rounded-full"></i>
92+
</i>
93+
<div class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs w-max max-w-3xs p-2">Verwendet asymmetrische Verschlüsselung RSA.</div>
94+
</div>
95+
</div>
96+
</div>
97+
auditedCryptography: |
98+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
99+
memoryHardKDF: |
100+
<i class="fas fa-times-circle text-xl lg:text-2xl text-red-600"></i>
101+
shareKeys: |
102+
<i class="fas fa-check-circle text-xl lg:text-2xl text-primary"></i>
103+
---
19104

20105
# Die beste Alternative, um deine sensiblen Daten in der Cloud zu verschlüsseln: Boxcryptor vs. Cryptomator
21106

@@ -69,7 +154,7 @@ Die Stärken von quelloffener Verschlüsselungssoftware siehst du also auf den e
69154

70155
**Lies hier weiter, wenn du noch mehr über Datensicherheit und Open-Source-Software erfahren willst:**
71156

72-
[Deine Daten in der Cloud sicher verschlüsseln: Wie du durch Open Source deine Datensicherheit weiter stärkst.](/de/open-source/)
157+
[Deine Daten in der Cloud sicher verschlüsseln: Wie du durch Open Source deine Datensicherheit weiter stärkst.](/de/guides/open-source/)
73158

74159
## Vergleich der Features von Boxcryptor und Cryptomator {#comparison}
75160

@@ -79,9 +164,7 @@ Während Cryptomator sich auf seine Kernaufgabe konzentriert (Verschlüsselung v
79164

80165
Kommen wir nun zum Vergleich der sichtbaren Funktionen. Die folgende Tabelle zeigt dir die Gemeinsamkeiten und Unterschiede der beiden Verschlüsselungssoftwares:
81166

82-
{{< /markdownify >}}</div>
83-
84-
<table class="table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
167+
<table class="not-prose table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
85168
<thead>
86169
<tr class="py-2">
87170
<th class="font-h3 font-normal text-left px-4 py-2 w-1/2"></th>
@@ -158,17 +241,13 @@ Kommen wir nun zum Vergleich der sichtbaren Funktionen. Die folgende Tabelle zei
158241
</tbody>
159242
</table>
160243

161-
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
162-
163244
### Sicherheitsrelevante Features {#security-relevant-features}
164245

165246
Wie bereits zu Anfang geschildert, ist der große Unterschied zwischen Boxcryptor und Cryptomator unsichtbar, denn die Quelloffenheit und sicherheitsrelevanten Merkmale siehst du im Alltag nicht.
166247

167248
Lass uns jetzt einen Blick auf diese Merkmale werfen. Dafür vergleichen wir die Features wieder als Tabelle:
168249

169-
{{< /markdownify >}}</div>
170-
171-
<table class="table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
250+
<table class="not-prose table-fixed divide-y divide-primary white-box min-w-full mt-6 mb-12">
172251
<thead>
173252
<tr class="py-2">
174253
<th class="font-h3 font-normal text-left px-4 py-2 w-1/2"></th>
@@ -377,14 +456,10 @@ Lass uns jetzt einen Blick auf diese Merkmale werfen. Dafür vergleichen wir die
377456
</tbody>
378457
</table>
379458

380-
<div class="prose prose-sm md:prose max-w-none md:max-w-none">{{< markdownify >}}
381-
382459
## Fazit: Wann Boxcryptor bzw. Cryptomator die passende Alternative für dich ist {#conclusion}
383460

384461
Du kennst jetzt die Unterschiede zwischen Boxcryptor und der Alternative Cryptomator. Nun kannst du dir selbst eine Meinung bilden:
385462

386463
Prüfe, ob dir die Vorteile von Open-Source-Software und damit die sicherheitsrelevanten Kriterien wichtig sind. Sagt dir der Ansatz von Cryptomator zu, könnte es für dich die passendere Alternative sein.
387464

388465
Möglicherweise ist der Funktionsumfang von Boxcryptor für dich ausreichend? Dann kannst du nach persönlicher Präferenz entscheiden.
389-
390-
{{< /markdownify >}}</div>

0 commit comments

Comments
 (0)