Skip to content

Commit 701dc19

Browse files
committed
1 parent 9877237 commit 701dc19

142 files changed

Lines changed: 296 additions & 296 deletions

File tree

Some content is hidden

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

android/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<span x-text="checkoutData.discountedPrice ? checkoutData.discountedPrice.formattedAmount : checkoutData.price ? checkoutData.price.formattedAmount : '…'"></span>
3333
<span x-show="checkoutData.discountedPrice && checkoutData.price" class="absolute top-0 left-0 -translate-2 -rotate-5 px-1 rounded-xs text-xs text-white bg-red-600 z-10" x-cloak>-<span x-text="checkoutData.discountedPrice && checkoutData.price && checkoutData.price.amount > 0 ? ((1 - checkoutData.discountedPrice.amount / checkoutData.price.amount) * 100).toFixed(0) : '0'"></span>%</span></div></div><div class=mb-4><label class="label-uppercase mb-2">Email</label>
3434
<input x-model=checkoutData.email x-ref=email @blur="$refs.email.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Email address" required></div><div class=mb-4><label class="label-uppercase mb-2">Confirm Email</label>
35-
<input x-model=checkoutData.emailConfirm x-ref=emailConfirm @blur="$refs.emailConfirm.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Confirm email address" required></div><div class="text-center mt-8"><p class="font-p mb-4">Payments are securely handled by Paddle.</p><p class="font-p mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-461325798><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-461325798 x-model=acceptTerms>I accept the <a class=text-link href=/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p mb-4"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-693271845><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-693271845 x-model=checkoutData.acceptNewsletter>I agree to get updates from Cryptomator via email (optional).</label></p><button :disabled="checkoutData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=android-getkey-checkout>
35+
<input x-model=checkoutData.emailConfirm x-ref=emailConfirm @blur="$refs.emailConfirm.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Confirm email address" required></div><div class="text-center mt-8"><p class="font-p mb-4">Payments are securely handled by Paddle.</p><p class="font-p mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-582694317><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-582694317 x-model=acceptTerms>I accept the <a class=text-link href=/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p mb-4"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-617834952><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-617834952 x-model=checkoutData.acceptNewsletter>I agree to get updates from Cryptomator via email (optional).</label></p><button :disabled="checkoutData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=android-getkey-checkout>
3636
<i x-show=!checkoutData.inProgress class="fa-solid fa-shopping-cart" aria-hidden=true></i><i x-show=checkoutData.inProgress class="fa-solid fa-spinner fa-spin" aria-hidden=true></i> Checkout
3737
</button>
3838
<altcha-widget challengeurl=https://api.staging.cryptomator.org/connect/newsletter/challenge hidelogo hidefooter floating=auto @statechange="captchaState = $event.detail.state; if ($event.detail.state === 'verified') { checkoutData.captcha = $event.detail.payload }" :strings="JSON.stringify({

become-a-partner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</label><input type=text id=company name=company x-model=submitData.company class="block input-box w-full" maxlength=200 required aria-required=true @blur="$el.classList.add('show-invalid')"></div><div class=col-span-2><label for=website class="block text-sm font-medium text-gray-700 mb-2">Company Website (optional)
3636
</label><input type=url id=website name=website x-model=submitData.website class="block input-box w-full" maxlength=200 placeholder=https://></div><div class=col-span-2><label for=partnershipType class="block text-sm font-medium text-gray-700 mb-2">Partnership Type
3737
</label><select id=partnershipType name=partnershipType x-model=submitData.partnershipType class="block input-box w-full"><option value>Please select a partnership type</option><option value=reseller>Reseller Partner</option><option value=technology>Technology Partner</option><option value=consulting>Consulting Partner</option><option value=distribution>Distribution Partner</option><option value=other>Other</option></select></div><div class=col-span-2><label for=message class="block text-sm font-medium text-gray-700 mb-2">Partnership Description
38-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Please describe your company, services, and how you would like to partner with Cryptomator..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-735964218><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-735964218 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-582637194><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-582637194 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=become-partner-form x-cloak>
38+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Please describe your company, services, and how you would like to partner with Cryptomator..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-483125976><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-483125976 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-812576439><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-812576439 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=become-partner-form x-cloak>
3939
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4040
Submit Request
4141
</button>

blog/2026/06/11/world-cup-season-a-data-protection-guide/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

book-a-demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<span class="text-sm text-gray-700">Procurement</span>
5252
</label><label class="flex items-start"><input type=checkbox name=attendees[] value=other x-model=submitData.attendees class="mr-3 mt-0.5 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary">
5353
<span class="text-sm text-gray-700">Other</span></label></div></fieldset></div><div class=col-span-2><label for=message class="block text-sm font-medium text-gray-700 mb-2">Message
54-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us more about your specific needs or questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-318259746><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-318259746 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-459716823><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-459716823 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=book-demo-form x-cloak>
54+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us more about your specific needs or questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-623518497><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-623518497 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-741689532><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-741689532 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=book-demo-form x-cloak>
5555
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
5656
Book a Demo
5757
</button>

categories/feed.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cryptomator Blog</title><description>Recent Blog Posts on cryptomator.org</description><link>https://staging.cryptomator.org/categories/</link><language>en</language><atom:link href="https://staging.cryptomator.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://staging.cryptomator.org/img/logo.png</url><title>Cryptomator Blog</title><link>https://staging.cryptomator.org/categories/</link></image><lastBuildDate>Thu, 11 Jun 2026 08:29:28 +0000</lastBuildDate><generator>Hugo</generator><item><title>World Cup Season: A Data Protection Guide for Travelers and Teams</title><description>&lt;p>&lt;strong>The World Cup kicks off today.&lt;/strong> For many people, that means watching games together, being on the go, traveling, working remotely, or simply taking care of important tasks in between activities. Whether at a hotel, a café, the airport, or the office with colleagues, files are often shared quickly, devices are used more frequently on the go, and sensitive information is stored in the cloud.&lt;/p>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cryptomator Blog</title><description>Recent Blog Posts on cryptomator.org</description><link>https://staging.cryptomator.org/categories/</link><language>en</language><atom:link href="https://staging.cryptomator.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://staging.cryptomator.org/img/logo.png</url><title>Cryptomator Blog</title><link>https://staging.cryptomator.org/categories/</link></image><lastBuildDate>Thu, 11 Jun 2026 08:53:24 +0000</lastBuildDate><generator>Hugo</generator><item><title>World Cup Season: A Data Protection Guide for Travelers and Teams</title><description>&lt;p>&lt;strong>The World Cup kicks off today.&lt;/strong> For many people, that means watching games together, being on the go, traveling, working remotely, or simply taking care of important tasks in between activities. Whether at a hotel, a café, the airport, or the office with colleagues, files are often shared quickly, devices are used more frequently on the go, and sensitive information is stored in the cloud.&lt;/p>
22
&lt;p>In the process, &lt;strong>data protection and IT security can easily take a back seat&lt;/strong>. A ticket is stored in the cloud, travel documents are saved on a smartphone, project files are shared with colleagues, or important documents are left unencrypted in a cloud folder. It’s certainly convenient. But it’s not automatically secure.&lt;/p>
33
&lt;p>Whether you are traveling privately, working remotely, or coordinating files in a team, a few &lt;strong>simple steps&lt;/strong> can help keep your data secure during the soccer frenzy. And that’s exactly where &lt;strong>Cryptomator&lt;/strong> and &lt;strong>Cryptomator Hub&lt;/strong> come in.&lt;/p>
44
&lt;figure class="text-center">
@@ -51,7 +51,7 @@
5151
&lt;p>That&amp;rsquo;s where &lt;strong>Cryptomator Hub&lt;/strong> comes in.&lt;/p>
5252
&lt;p>Cryptomator Hub enables organizations to &lt;strong>share encrypted vaults within a team&lt;/strong>. Files remain &lt;strong>encrypted on the client side&lt;/strong>, while &lt;strong>access can be managed centrally&lt;/strong>. This allows teams to collaborate securely without storing sensitive information in the cloud in unencrypted form.&lt;/p>
5353
&lt;p>This is particularly helpful when multiple people need to access confidential files, for example in companies, research institutions, universities, NGOs, or agencies.&lt;/p>
54-
&lt;p>&lt;a href="https://cryptomator.org/hub/managed/">&lt;strong>[Try Cryptomator Hub for 30 Days]&lt;/strong>&lt;/a>&lt;/p>
54+
&lt;p>&lt;a href="https://cryptomator.org/hub/managed/">&lt;strong>Try Cryptomator Hub for 30 Days&lt;/strong>&lt;/a>&lt;/p>
5555
&lt;h2 id="5-check-access-rights-regularly">5. Check Access Rights Regularly&lt;/h2>
5656
&lt;p>In many organizations, cloud folders grow over time. People are added, projects change, external partners are granted access, and former team members sometimes retain access longer than they should.&lt;/p>
5757
&lt;p>Soccer offers a good analogy for this: Not everyone belongs in the starting lineup all the time. The same goes for file access—&lt;strong>you should regularly review who actually still needs access&lt;/strong>.&lt;/p>
@@ -89,7 +89,7 @@
8989
&lt;p>With &lt;strong>Cryptomator&lt;/strong>, you can encrypt your files before they go to the cloud. With Cryptomator Hub, teams and organizations can securely collaborate on encrypted data.&lt;/p>
9090
&lt;p>This way, your files stay protected whether you’re on the go, working in a team, or using the cloud every day.&lt;/p>
9191
&lt;p>Ready for a strong digital defense? Protect your files now with Cryptomator — and secure team collaboration with Cryptomator Hub.&lt;/p>
92-
&lt;p>&lt;a href="https://cryptomator.org/contact-sales/">&lt;strong>[Request a demo now]&lt;/strong>&lt;/a>&lt;/p></description><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><link>https://staging.cryptomator.org/blog/2026/06/11/world-cup-season-a-data-protection-guide/</link><guid isPermaLink="true">https://staging.cryptomator.org/blog/2026/06/11/world-cup-season-a-data-protection-guide/</guid><category>cryptomator</category><category>cryptomator hub</category><category>worldcup2026</category></item><item><title>Cybercrime in 2025: What Businesses Can Learn from Germany's BKA Report</title><description>&lt;p>&lt;strong>Cyberattacks are no longer the exception&lt;/strong>. They have become part of the everyday threat landscape for businesses, organizations, and public institutions. This is also evident in the latest report from &lt;strong>Germany&amp;rsquo;s Federal Criminal Police Office (Bundeskriminalamt, or BKA)&lt;/strong>, its &amp;ldquo;&lt;a href="https://www.bka.de/SharedDocs/Downloads/DE/Publikationen/JahresberichteUndLagebilder/Cybercrime/cybercrimeBundeslagebild2025.html?nn=28110">&lt;strong>Federal Cybercrime Situation Report 2025&lt;/strong>&lt;/a>.&amp;rdquo; While the report focuses on Germany, the trends it describes are playing out internationally: cybercrime is becoming more professional, scalable, and potentially more damaging for those affected. &lt;strong>Ransomware, data extortion, phishing&lt;/strong>, and the misuse of artificial intelligence are particularly defining the current landscape.&lt;/p>
92+
&lt;p>&lt;a href="https://cryptomator.org/contact-sales/">&lt;strong>Request a demo now&lt;/strong>&lt;/a>&lt;/p></description><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><link>https://staging.cryptomator.org/blog/2026/06/11/world-cup-season-a-data-protection-guide/</link><guid isPermaLink="true">https://staging.cryptomator.org/blog/2026/06/11/world-cup-season-a-data-protection-guide/</guid><category>cryptomator</category><category>cryptomator hub</category><category>worldcup2026</category></item><item><title>Cybercrime in 2025: What Businesses Can Learn from Germany's BKA Report</title><description>&lt;p>&lt;strong>Cyberattacks are no longer the exception&lt;/strong>. They have become part of the everyday threat landscape for businesses, organizations, and public institutions. This is also evident in the latest report from &lt;strong>Germany&amp;rsquo;s Federal Criminal Police Office (Bundeskriminalamt, or BKA)&lt;/strong>, its &amp;ldquo;&lt;a href="https://www.bka.de/SharedDocs/Downloads/DE/Publikationen/JahresberichteUndLagebilder/Cybercrime/cybercrimeBundeslagebild2025.html?nn=28110">&lt;strong>Federal Cybercrime Situation Report 2025&lt;/strong>&lt;/a>.&amp;rdquo; While the report focuses on Germany, the trends it describes are playing out internationally: cybercrime is becoming more professional, scalable, and potentially more damaging for those affected. &lt;strong>Ransomware, data extortion, phishing&lt;/strong>, and the misuse of artificial intelligence are particularly defining the current landscape.&lt;/p>
9393
&lt;p>This raises a key question for &lt;strong>companies&lt;/strong>: &lt;strong>How can sensitive data be protected&lt;/strong> when attacks are increasingly targeting not just systems, but the information itself?&lt;/p>
9494
&lt;figure class="text-center">
9595
&lt;img class="inline-block rounded-sm" src="https://staging.cryptomator.org/img/blog/cybercrime-report-2025.png" alt="Cybercrime in 2025: What Businesses Can Learn from Germany's BKA Report" />

0 commit comments

Comments
 (0)