Skip to content

Commit 76afbca

Browse files
committed
1 parent 47f22f2 commit 76afbca

127 files changed

Lines changed: 466 additions & 324 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
@@ -37,7 +37,7 @@
3737
<span x-text="checkoutData.discountedPrice ? checkoutData.discountedPrice.formattedAmount : checkoutData.price ? checkoutData.price.formattedAmount : '…'"></span>
3838
<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>
3939
<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>
40-
<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-975134862><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-975134862 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-964731528><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-964731528 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>
40+
<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-423961857><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-423961857 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-158273964><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-158273964 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>
4141
<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
4242
</button>
4343
<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
@@ -40,7 +40,7 @@
4040
</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)
4141
</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
4242
</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
43-
</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-541369728><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-541369728 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-631294758><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-631294758 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>
43+
</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-342879651><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-342879651 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-657931284><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-657931284 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>
4444
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4545
Submit Request
4646
</button>

blog/2026/03/09/10-years-cryptomator/index.html

Lines changed: 2 additions & 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
@@ -56,7 +56,7 @@
5656
<span class="text-sm text-gray-700">Procurement</span>
5757
</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">
5858
<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
59-
</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-629835174><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-629835174 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-354279681><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-354279681 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>
59+
</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-197642853><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-197642853 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-497613258><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-497613258 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>
6060
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
6161
Book a Demo
6262
</button>

categories/feed.xml

Lines changed: 6 additions & 4 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>Mon, 09 Mar 2026 06:19:26 +0000</lastBuildDate><generator>Hugo</generator><item><title>10 Years of Cryptomator – Thank You All</title><description>&lt;h2 id="today-cryptomator-turns-10">Today, Cryptomator Turns 10&lt;/h2>
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>Mon, 09 Mar 2026 06:45:10 +0000</lastBuildDate><generator>Hugo</generator><item><title>10 Years of Cryptomator – Thank You All</title><description>&lt;h2 id="today-cryptomator-turns-10">Today, Cryptomator Turns 10&lt;/h2>
22
&lt;p>It feels surreal to read this sentence.&lt;/p>
33
&lt;p>What once began as a small idea has become &lt;strong>a tool trusted by millions of people worldwide&lt;/strong>. People from very different backgrounds and walks of life: journalists protecting their sources. NGOs securing sensitive information. Researchers, students, freelancers, companies—&lt;strong>all united by a common need&lt;/strong>: to keep their data private in an increasingly connected world.&lt;/p>
44
&lt;p>Today, we are not only celebrating an anniversary. We are looking back on the history of Cryptomator, saying thank you to all our supporters, and looking ahead to what the future holds for the Cryptomator project.&lt;/p>
@@ -27,6 +27,10 @@
2727
&lt;p>Throughout all these developments, one thing has remained the same: &lt;strong>security and user-friendliness should not be mutually exclusive.&lt;/strong>&lt;/p>
2828
&lt;p>Below, we have compiled a &lt;strong>timeline&lt;/strong> showing the most important milestones of recent years.&lt;/p>
2929
&lt;h2 id="timeline">Timeline&lt;/h2>
30+
&lt;figure class="text-center">
31+
&lt;img class="inline-block rounded-sm" src="https://staging.cryptomator.org/img/blog/evolution-of-an-icon.png" alt="Evolution of the Cryptomator icon from the early 'washing machine' design to today's Cryptobot" />
32+
&lt;figcaption>Evolution of an Icon: From the "Washing Machine" to the Cryptobot&lt;/figcaption>
33+
&lt;/figure>
3034
&lt;p>&lt;strong>2013–2014 – The idea is born, development begins&lt;/strong>&lt;br>
3135
The vision arises from a very practical need: to be able to use the cloud without entrusting plain text data to the provider. Active development begins in 2014, with a focus on local encryption and ease of use.&lt;/p>
3236
&lt;p>&lt;strong>2015 – First releases &amp;amp; initial recognition&lt;/strong>&lt;br>
@@ -41,10 +45,8 @@ To ensure that Cryptomator can continue to be developed in the long term, a &lt;
4145
Cryptomator reaches &lt;strong>1 million downloads&lt;/strong>. At the same time, a major update (including a new UI and vault format) marks the next level of maturity. At the end of the year, the &lt;strong>Android app&lt;/strong> also becomes completely &lt;strong>open source&lt;/strong> – a logical step towards transparency.&lt;/p>
4246
&lt;p>&lt;strong>2021–2023 – More open source, more teams: iOS &amp;amp; Cryptomator Hub&lt;/strong>&lt;br>
4347
The iOS app becomes open source and undergoes a fundamental technical overhaul with &lt;strong>Cryptomator 2.0.&lt;/strong> At the same time, demand from companies and organizations grows: &lt;strong>Cryptomator Hub 1.0 (2022)&lt;/strong> adds a solution for teams and institutions – including central administration and team vaults. Hub will be further expanded in subsequent versions (e.g., recovery keys).&lt;/p>
44-
&lt;p>&lt;strong>2024–2025 – Reach &amp;amp; future viability&lt;/strong>&lt;br>
48+
&lt;p>&lt;strong>2024–2025 – Reach &amp;amp; future viability&lt;/strong>
4549
Cryptomator reaches new target groups through greater media presence and recommendations. At the same time, the focus is clearly on the future: The &lt;strong>post-quantum roadmap&lt;/strong> prepares for the long-term cryptographic future, and integrations (e.g., &lt;strong>Mountain Duck&lt;/strong>) strengthen the ecosystem around encrypted cloud workflows.&lt;/p>
46-
&lt;h2 id="logo-evolution-from-the-washing-machine-to-the-cryptobot">Logo Evolution: From the “Washing Machine” to the Cryptobot&lt;/h2>
47-
&lt;p>XXX&lt;/p>
4850
&lt;h2 id="whats-next--new-updates--features">What’s Next? – New Updates &amp;amp; Features&lt;/h2>
4951
&lt;h3 id="new-cryptomator-hub-features--early-access--anniversary-launch">New Cryptomator Hub Features – Early Access / Anniversary Launch&lt;/h3>
5052
&lt;p>As part of its 10th anniversary, &lt;strong>several key enhancements for Cryptomator Hub are entering early access&lt;/strong> or being made publicly available for the first time. These are designed to give teams and organizations more control, security, and flexibility. To celebrate, we&amp;rsquo;re offering a special &lt;strong>100-day free trial&lt;/strong> (instead of the usual 30 days) for &lt;a href="https://staging.cryptomator.org/hub/managed/">Cryptomator Hub Managed&lt;/a>. For more details, check out the &lt;a href="https://docs.cryptomator.org/hub/early-access/">Early Access documentation&lt;/a>.&lt;/p>

0 commit comments

Comments
 (0)