-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (82 loc) · 51.4 KB
/
Copy pathindex.html
File metadata and controls
82 lines (82 loc) · 51.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html><html lang=en><head><meta name=generator content="Hugo 0.164.0"><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Cryptomator - Free & Open-Source Cloud Storage Encryption</title><link rel=prefetch href=/for-individuals/><link rel=prefetch href=/for-teams/><link rel=prefetch href=/downloads/><link rel=prefetch href=/hub/managed/><link rel=preload fetchpriority=high as=image href=/img/for-individuals/screenshot-1.png type=image/png><link rel=preload fetchpriority=low as=image href=/img/hub/screenshot-1.png type=image/png><link rel=preload fetchpriority=low as=image href=/img/hub/screenshot-2.png type=image/png><link rel=preload fetchpriority=auto href=/fonts/opensans-regular.reduced.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=preload fetchpriority=auto href=/fonts/opensans-medium.reduced.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=preload fetchpriority=auto href=/fonts/opensans-bold.reduced.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=preload fetchpriority=auto href=/fonts/quicksand-regular.reduced.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=preload fetchpriority=auto href=/fonts/quicksand-medium.reduced.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=preload fetchpriority=high href=/fonts/quicksand-bold.reduced.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=stylesheet href=/js/altcha/altcha.9ac10129fa43e1660aea36e5e959f937a53d4badb7ea47e3d64e9c1916aef4d3.css integrity="sha256-msEBKfpD4WYK6jbl6Vn5N6U9S6236kfj1k6cGRau9NM=" media=screen><link rel=preload fetchpriority=low as=image href=/img/logo.svg type=image/svg+xml><link rel=preload fetchpriority=low href=/webfonts/fa-brands-400.woff2 as=font type=font/woff2 crossorigin=anonymous><link rel=preload fetchpriority=low href=/webfonts/fa-solid-900.woff2 as=font type=font/woff2 crossorigin=anonymous><meta property="og:url" content="https://staging.cryptomator.org/"><meta property="og:site_name" content="Cryptomator"><meta name=description content="Cryptomator is an open-source encryption tool for secure cloud storage. Protect your privacy for free on Dropbox, Google Drive, OneDrive, and more."><meta property="og:title" content="Cryptomator - Free & Open-Source Cloud Storage Encryption"><meta property="og:type" content="website"><meta property="og:description" content="Cryptomator is an open-source encryption tool for secure cloud storage. Protect your privacy for free on Dropbox, Google Drive, OneDrive, and more."><meta property="og:image" content="https://staging.cryptomator.org/img/og-image.png"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="630"><meta property="og:locale" content="en_US"><meta property="og:locale:alternate" content="de_DE"><meta name=apple-itunes-app content="app-id=1560822163"><link rel=stylesheet href=/css/main.8e63048765bed09c3f7f7de7828d59284789a6c59b4fbe0a0cc50e0da2295bb8.css integrity="sha256-jmMEh2W+0Jw/f33ngo1ZKEeJpsWbT74KDMUODaIpW7g=" media=screen><link rel=stylesheet href=/css/hero.b032254e81e0dd33d403dc8db6c3a5c3e0bf728a6b306ae53d0bbade8c464252.css integrity="sha256-sDIlToHg3TPUA9yNtsOlw+C/coprMGrlPQu63oxGQlI=" media=screen><link rel=alternate type=application/rss+xml title="RSS Feed" href=/feed.xml><link rel=canonical href=https://staging.cryptomator.org/><link rel=alternate hreflang=en-US href=https://staging.cryptomator.org/><link rel=alternate hreflang=x-default href=https://staging.cryptomator.org/><link rel=alternate hreflang=de-DE href=https://staging.cryptomator.org/de/><meta name=robots content="noindex"></head><body x-data="{ isNavOpen: false, globalData: { githubStargazers: null, mastodonFollowers: null }, webinar: { state: 'loading', name: '', dateStart: null, label: '' } }" x-init="determineGlobalData('en', globalData)" :class="isNavOpen && 'overflow-hidden'" class="bg-dark font-body text-gray-900"><nav class="w-full max-h-screen text-primary fixed bg-white shadow-sm z-50"><div class="flex justify-between items-stretch w-full lg:px-8"><div class="flex items-stretch"><button @click="isNavOpen = !isNavOpen" type=button class="self-center lg:hidden border border-primary rounded-sm px-2 py-1 mx-2" aria-label="Toggle Navigation">
<i x-show=isNavOpen class="fa-solid fa-times" x-cloak></i>
<i x-show=!isNavOpen class="fa-solid fa-bars"></i>
</button>
<a class="flex items-center hover:no-underline p-2 lg:mr-2" href=/><img src=/img/logo.svg class="h-8 aspect-1110/942" alt=Logo>
<span class="hidden md:block font-headline font-bold ml-2 pb-px">CRYPTOMATOR</span></a><ul class="hidden lg:flex items-stretch list-none m-0"><li x-data="{ isDropdownOpen: false, openedByHover: false }" class="flex items-center mx-2 border-b-2 border-transparent" @mouseenter="isDropdownOpen = true; openedByHover = true" @mouseleave="isDropdownOpen = false; openedByHover = false" @click.outside="isDropdownOpen = false"><button @click="if (!openedByHover) { isDropdownOpen = !isDropdownOpen }" class="whitespace-nowrap p-2">
<span>Products</span>
<i class="fa-solid fa-chevron-down text-xs"></i></button><div class=absolute><ul x-show=isDropdownOpen x-cloak class="absolute mt-6 py-2 whitespace-nowrap bg-white rounded-sm shadow-md z-50"><li><a href=/for-individuals/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-for-individuals><span>Cryptomator</span>
<span class="inline-flex px-2 py-1 rounded-full text-xs font-medium tracking-wide uppercase bg-primary-l2 text-dark ml-2">For Individuals</span></a></li><li><a href=/for-teams/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-for-teams><span>Cryptomator Hub</span>
<span class="inline-flex px-2 py-1 rounded-full text-xs font-medium tracking-wide uppercase bg-primary-l2 text-dark ml-2">For Teams</span></a></li><li><hr class="border-gray-200 my-2"></li><li><a href=/downloads/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-downloads><span>Downloads</span></a></li></ul></div></li><li x-data="{ isDropdownOpen: false, openedByHover: false }" class="flex items-center mx-2 border-b-2 border-transparent" @mouseenter="isDropdownOpen = true; openedByHover = true" @mouseleave="isDropdownOpen = false; openedByHover = false" @click.outside="isDropdownOpen = false"><button @click="if (!openedByHover) { isDropdownOpen = !isDropdownOpen }" class="whitespace-nowrap p-2">
<span>Solutions</span>
<i class="fa-solid fa-chevron-down text-xs"></i></button><div class=absolute><ul x-show=isDropdownOpen x-cloak class="absolute mt-6 py-2 whitespace-nowrap bg-white rounded-sm shadow-md z-50"><li><a href=/solutions/health-care/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-health-care><span>Healthcare</span></a></li><li><a href=/solutions/legal/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-legal><span>Legal</span></a></li><li><a href=/solutions/human-resources/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-human-resources><span>Human Resources</span></a></li><li><a href=/solutions/education/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-education><span>Education</span></a></li><li><a href=/solutions/ngos/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-ngos><span>NGOs</span></a></li><li><a href=/solutions/works-councils/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-works-councils><span>Works Councils</span></a></li></ul></div></li><li class="flex items-center mx-2 border-b-2 border-transparent hover:border-primary"><a class="p-2 hover:no-underline" href=/pricing/ data-umami-event=nav-pricing>Pricing</a></li><li x-data="{ isDropdownOpen: false, openedByHover: false }" class="flex items-center mx-2 border-b-2 border-transparent" @mouseenter="isDropdownOpen = true; openedByHover = true" @mouseleave="isDropdownOpen = false; openedByHover = false" @click.outside="isDropdownOpen = false"><button @click="if (!openedByHover) { isDropdownOpen = !isDropdownOpen }" class="whitespace-nowrap p-2">
<span>Support Us</span>
<i class="fa-solid fa-chevron-down text-xs"></i></button><div class=absolute><ul x-show=isDropdownOpen x-cloak class="absolute mt-6 py-2 whitespace-nowrap bg-white rounded-sm shadow-md z-50"><li><a href=/supporter-cert/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-supporter-cert><span>Supporter Certificate</span></a></li><li><a href=/donate/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-donate><span>Donate</span></a></li><li><a href=/sponsors/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-sponsors><span>Sponsors</span></a></li></ul></div></li><li x-data="{ isDropdownOpen: false, openedByHover: false }" class="flex items-center mx-2 border-b-2 border-transparent" @mouseenter="isDropdownOpen = true; openedByHover = true" @mouseleave="isDropdownOpen = false; openedByHover = false" @click.outside="isDropdownOpen = false"><button @click="if (!openedByHover) { isDropdownOpen = !isDropdownOpen }" class="whitespace-nowrap p-2">
<span>Resources</span>
<i class="fa-solid fa-chevron-down text-xs"></i></button><div class=absolute><ul x-show=isDropdownOpen x-cloak class="absolute mt-6 py-2 whitespace-nowrap bg-white rounded-sm shadow-md z-50"><li><a href=/blog/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-blog><span>Blog</span></a></li><li><a href=/guides/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-guides><span>Guides</span></a></li><li><a href=/comparisons/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-comparisons><span>Comparisons</span></a></li><li><a href=/compliance/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-compliance><span>Compliance</span></a></li><li><hr class="border-gray-200 my-2"></li><li><a href=/success-stories/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-success-stories><span>Success Stories</span></a></li><li><a href=/coop/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-coop><span>Cooperations</span></a></li><li><a href=/enterprise/ class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-enterprise><span>Enterprise</span></a></li><li><hr class="border-gray-200 my-2"></li><li><a href=https://docs.cryptomator.org/ target=_blank rel=noopener class="flex items-center px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-docs><span>Docs</span>
<i class="fa-solid fa-external-link ml-2"></i></a></li></ul></div></li></ul></div><div class="flex items-stretch"><ul class="hidden lg:flex items-stretch list-none m-0"><li class="flex items-center mx-2"><a class="flex items-center hover:no-underline" href=https://github.com/cryptomator target=_blank rel=noopener data-umami-event=nav-github><i class="fa-brands fa-github text-2xl mr-1" aria-label=GitHub></i>
<span x-text=globalData.githubStargazers></span></a></li></ul><ul class="flex items-stretch list-none m-0"><li class="flex items-center mx-2"><a href=/#get-started role=button class="self-center btn btn-primary py-1" data-umami-event=nav-cta>Get Started</a></li></ul><ul class="hidden lg:flex items-stretch list-none m-0"><li class="flex items-center m-3 border-l border-primary"></li><li x-data="{ isDropdownOpen: false, openedByHover: false }" class="flex items-center mx-2" @mouseenter="isDropdownOpen = true; openedByHover = true" @mouseleave="isDropdownOpen = false; openedByHover = false" @click.outside="isDropdownOpen = false"><button @click="if (!openedByHover) { isDropdownOpen = !isDropdownOpen }" class="whitespace-nowrap p-2">
<span>EN</span>
<i class="fa-solid fa-chevron-down text-xs"></i></button><div class=relative><ul x-show=isDropdownOpen x-cloak class="absolute right-0 mt-6 py-2 w-48 bg-white rounded-sm shadow-md z-50"><li><a :href="'/de/' + (window.location.search ?? '')" lang=de class="block px-4 py-2 text-gray-800 hover:bg-secondary hover:text-white hover:no-underline" data-umami-event=nav-lang-de>Deutsch</a></li></ul></div></li></ul></div></div><div :class="isNavOpen ? 'block' : 'hidden'" x-cloak class="lg:hidden max-h-[calc(100vh-48px)] overflow-y-auto"><div class="uppercase tracking-wide text-gray-500 text-xs font-bold p-2">Products</div><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/for-individuals/ data-umami-event=nav-for-individuals><span>Cryptomator</span>
<span class="inline-flex px-2 py-1 rounded-full text-xs font-medium tracking-wide uppercase bg-primary-l2 text-dark ml-2">For Individuals</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/for-teams/ data-umami-event=nav-for-teams><span>Cryptomator Hub</span>
<span class="inline-flex px-2 py-1 rounded-full text-xs font-medium tracking-wide uppercase bg-primary-l2 text-dark ml-2">For Teams</span></a><hr class="border-primary my-2"><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/downloads/ data-umami-event=nav-downloads><span>Downloads</span></a><hr class="border-primary my-2"><div class="uppercase tracking-wide text-gray-500 text-xs font-bold p-2">Solutions</div><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/solutions/health-care/ data-umami-event=nav-health-care><span>Healthcare</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/solutions/legal/ data-umami-event=nav-legal><span>Legal</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/solutions/human-resources/ data-umami-event=nav-human-resources><span>Human Resources</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/solutions/education/ data-umami-event=nav-education><span>Education</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/solutions/ngos/ data-umami-event=nav-ngos><span>NGOs</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/solutions/works-councils/ data-umami-event=nav-works-councils><span>Works Councils</span></a><hr class="border-primary my-2"><a class="block py-2 mx-2 hover:text-secondary hover:no-underline" href=/pricing/ data-umami-event=nav-pricing>Pricing</a><hr class="border-primary my-2"><div class="uppercase tracking-wide text-gray-500 text-xs font-bold p-2">Support Us</div><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/supporter-cert/ data-umami-event=nav-supporter-cert><span>Supporter Certificate</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/donate/ data-umami-event=nav-donate><span>Donate</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/sponsors/ data-umami-event=nav-sponsors><span>Sponsors</span></a><hr class="border-primary my-2"><div class="uppercase tracking-wide text-gray-500 text-xs font-bold p-2">Resources</div><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/blog/ data-umami-event=nav-blog><span>Blog</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/guides/ data-umami-event=nav-guides><span>Guides</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/comparisons/ data-umami-event=nav-comparisons><span>Comparisons</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/compliance/ data-umami-event=nav-compliance><span>Compliance</span></a><hr class="border-primary my-2"><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/success-stories/ data-umami-event=nav-success-stories><span>Success Stories</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/coop/ data-umami-event=nav-coop><span>Cooperations</span>
</a><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=/enterprise/ data-umami-event=nav-enterprise><span>Enterprise</span></a><hr class="border-primary my-2"><a class="flex items-center py-2 mx-2 hover:text-secondary hover:no-underline" href=https://docs.cryptomator.org/ target=_blank rel=noopener data-umami-event=nav-docs><span>Docs</span>
<i class="fa-solid fa-external-link ml-2"></i></a><hr class="border-primary my-2"><div class="uppercase tracking-wide text-gray-500 text-xs font-bold p-2"><i class="fa-solid fa-globe"></i> EN</div><div class=mt-1><a :href="'/de/' + (window.location.search ?? '')" lang=de class="block px-2 py-1 hover:text-secondary hover:no-underline" data-umami-event=nav-lang-de>Deutsch</a></div><hr class="border-primary my-2"><a class="block p-2 hover:text-secondary hover:no-underline" href=https://github.com/cryptomator target=_blank rel=noopener data-umami-event=nav-github><i class="fa-brands fa-github"></i>
<span>Cryptomator on GitHub</span></a></div></nav><div class="bg-gray-100 min-h-[80vh]"><header class="hero-split-contrast relative overflow-hidden pt-16 md:pt-24 lg:pt-24"><div class="hero-aura-wrap absolute inset-0 pointer-events-none overflow-hidden" aria-hidden=true><div class="hero-aura hero-aura-primary"></div><div class="hero-aura hero-aura-secondary"></div></div><div class="hero-split-header relative z-10"><h1 class="font-headline font-medium text-4xl md:text-5xl leading-tight tracking-tight text-balance text-gray-800">Protect your Cloud Data</h1><div class="mt-6 flex flex-col items-center gap-3"><ul class="flex flex-wrap items-center justify-center gap-x-6 gap-y-3 text-2xl text-gray-400"><li><i class="fa-brands fa-google-drive" role=img aria-label="Google Drive" title="Google Drive"></i></li><li><i class="fa-kit fa-icloud" role=img aria-label="iCloud Drive" title="iCloud Drive"></i></li><li><i class="fa-kit fa-onedrive" role=img aria-label=OneDrive title=OneDrive></i></li><li class=has-tooltip><i class="fa-kit fa-sharepoint" role=img aria-label=SharePoint tabindex=0 aria-describedby=tooltip-sharepoint></i><div id=tooltip-sharepoint role=tooltip class="tooltip tooltip-center rounded-sm shadow-md bg-white text-xs whitespace-nowrap p-2 text-gray-600">Includes Microsoft Teams</div></li><li><i class="fa-brands fa-dropbox" role=img aria-label=Dropbox title=Dropbox></i></li><li class="hidden md:block"><i class="fa-kit fa-pcloud" role=img aria-label=pCloud title=pCloud></i></li><li><i class="fa-kit fa-nextcloud" role=img aria-label=Nextcloud title=Nextcloud></i></li></ul><a href=https://docs.cryptomator.org/misc/supported-cloud-services/ target=_blank rel=noopener class="group inline-flex items-center gap-1.5 text-sm text-gray-500 no-underline hover:text-gray-700" data-umami-event=home-hero-supported-clouds>See compatible clouds
<i class="fa-solid fa-arrow-right text-xs group-hover:translate-x-1 transition-transform duration-200" aria-hidden=true></i></a></div></div><div class="hero-split-panels relative z-10"><section class="hero-panel hero-panel-primary"><span class="inline-flex whitespace-nowrap px-4 py-1 rounded-full text-xs font-medium tracking-wide uppercase bg-primary/10 text-primary">For Individuals</span><div class="hero-scene hero-cryp-scene"><svg class="hero-scene-links" viewBox="0 0 320 180" aria-hidden="true"><path class="hero-cryp-link" d="M40 90H280"/><circle cx="40" cy="90" r="25" class="anchor-backdrop"/><circle cx="50%" cy="90" r="30" class="anchor-backdrop"/><circle cx="280" cy="90" r="25" class="anchor-backdrop"/></svg><div class="hero-scene-anchor hero-cryp-anchor-you"><i class="fa-solid fa-user hero-scene-icon" aria-hidden=true></i>
<span class=hero-scene-label>You</span></div><div class=hero-scene-logo><img src=/img/logo.svg alt class=hero-scene-logo-img></div><div class="hero-scene-anchor hero-cryp-anchor-cloud"><i class="fa-solid fa-cloud hero-scene-icon" aria-hidden=true></i>
<span class=hero-scene-label>Cloud</span></div><div class=hero-cryp-traveler aria-hidden=true><i class="fa-solid fa-file-lines hero-cryp-traveler-file"></i>
<i class="fa-solid fa-lock hero-cryp-traveler-vault"></i></div></div><div class=hero-panel-content><h2 class=text-primary>CRYPTOMATOR</h2><p class="hero-panel-description text-base text-gray-600 leading-relaxed mb-6">Encrypt personal documents, photos, and work files in any cloud.</p><a href=/downloads/ class="btn btn-primary min-w-[16rem] py-3" data-umami-event=home-hero-individuals-cta>Download Free
</a><a href=/for-individuals/ class="group inline-flex items-center gap-1.5 mt-4 text-sm text-gray-600 no-underline hover:text-primary" data-umami-event=home-hero-individuals-link>Explore all features<span class=sr-only> – Cryptomator</span>
<i class="fa-solid fa-arrow-right text-xs group-hover:translate-x-1 transition-transform duration-200" aria-hidden=true></i></a></div></section><section class="hero-panel hero-panel-secondary"><span class="inline-flex whitespace-nowrap px-4 py-1 rounded-full text-xs font-medium tracking-wide uppercase bg-tertiary2/10 text-tertiary2">For Teams</span><div class="hero-scene hero-hub-scene"><svg class="hero-scene-links" viewBox="0 0 320 180" aria-hidden="true"><path class="hero-hub-link" d="M40 90 160 30 280 90 160 150z"/><path class="hero-hub-link" d="M160 30V150"/><circle cx="40" cy="90" r="25" class="anchor-backdrop"/><circle cx="280" cy="90" r="25" class="anchor-backdrop"/><circle cx="160" cy="30" r="30" class="anchor-backdrop"/><circle cx="160" cy="150" r="25" class="anchor-backdrop"/></svg><div class="hero-scene-anchor hero-hub-anchor-cryp"><img src=/img/logo.svg alt class=hero-hub-anchor-img></div><div class="hero-scene-anchor hero-hub-anchor-team"><i class="fa-solid fa-users hero-scene-icon" aria-hidden=true></i>
<span class=hero-scene-label>Team</span></div><div class="hero-scene-anchor hero-hub-anchor-cloud"><i class="fa-solid fa-cloud hero-scene-icon" aria-hidden=true></i>
<span class=hero-scene-label>Cloud</span></div><div class=hero-scene-logo><img src=/img/zero-knowledge-bot.svg alt class=hero-scene-logo-img></div><div class=hero-hub-traveler aria-hidden=true><i class="fa-solid fa-file-lines hero-hub-traveler-file"></i>
<i class="fa-solid fa-lock hero-hub-traveler-vault"></i></div><div class=hero-hub-key aria-hidden=true><i class="fa-solid fa-key"></i></div><div class=hero-hub-auth aria-hidden=true><i class="fa-solid fa-fingerprint"></i></div></div><div class=hero-panel-content><h2 class=text-tertiary2>CRYPTOMATOR HUB</h2><p class="hero-panel-description text-base text-gray-600 leading-relaxed mb-6">Collaborate securely using centralized access management and zero-knowledge encryption.</p><a href=/hub/managed/ class="btn btn-tertiary2 min-w-[16rem] py-3" data-umami-event=home-hero-teams-cta>Start Free Trial
</a><a href=/for-teams/ class="group inline-flex items-center gap-1.5 mt-4 text-sm text-gray-600 no-underline hover:text-tertiary2" data-umami-event=home-hero-teams-link>See how Hub works
<i class="fa-solid fa-arrow-right text-xs group-hover:translate-x-1 transition-transform duration-200" aria-hidden=true></i></a></div></section></div></header><div><section class="container py-12"><article class="prose prose-sm md:prose max-w-none md:max-w-none"><div class="flex flex-wrap"><div class=md:w-2/3><h2>Take the security of your data into your own hands</h2><p class=lead>Cryptomator is a simple tool for digital self-defense. It allows you to protect your cloud data by yourself and independently.</p><div class="flex mb-4"><div class="fa-stack shrink-0 text-xl text-secondary mr-3"><i class="fa-solid fa-circle fa-stack-2x"></i>
<i class="fa-solid fa-clouds fa-stack-1x fa-inverse"></i></div><span>Most cloud providers encrypt data only during transmission or they keep the keys for decryption for themselves. These keys can be stolen, copied, or misused. Thanks to Cryptomator, only you have the key to your data in your hand.</span></div><div class=flex><div class="fa-stack shrink-0 text-xl text-secondary mr-3"><i class="fa-solid fa-circle fa-stack-2x"></i>
<i class="fa-solid fa-lightbulb-on fa-stack-1x fa-inverse"></i></div><span>Cryptomator allows you to access your files from all your devices. It's easy to use and integrates seamlessly between your data and the cloud.</span></div></div><figure class="text-2xl max-w-sm md:max-w-none md:w-1/3 md:pl-4 lg:pl-8"><img data-src=/img/home/man-vault.png class="lazyload aspect-768/533 w-full" alt="Person holding the key to a very secure vault"></figure></div></article></section><section class="container py-12"><article class="prose prose-sm md:prose max-w-none md:max-w-none"><div class="flex flex-wrap md:flex-row-reverse"><div class=md:w-2/3><h2>How does Cryptomator protect your data?</h2><p class=lead>Cryptomator's technology meets the latest standards and encrypts both files and filenames with AES and 256 bit key length.</p><div class="flex mb-4"><div class="fa-stack shrink-0 text-xl text-secondary mr-3"><i class="fa-solid fa-circle fa-stack-2x"></i>
<i class="fa-solid fa-key fa-stack-1x fa-inverse"></i></div><span>To start with Cryptomator, you assign a password for a folder - we call it a vault - within your cloud. That is all. No complicated key creation, no registration, no configuration!</span></div><div class="flex mb-4"><div class="fa-stack shrink-0 text-xl text-secondary mr-3"><i class="fa-solid fa-circle fa-stack-2x"></i>
<i class="fa-solid fa-hdd fa-stack-1x fa-inverse"></i></div><span>To access the vault, simply enter the password again. You will be provided with a virtual encrypted drive to which you can move your data - just like a USB flash drive. Every time you store something on this drive, Cryptomator encrypts the data automatically. Pretty simple, right?</span></div><div class=flex><div class="fa-stack shrink-0 text-xl text-secondary mr-3"><i class="fa-solid fa-circle fa-stack-2x"></i>
<i class="fa-solid fa-shield-check fa-stack-1x fa-inverse"></i></div><span>The technology behind this is state-of-the-art and encrypts both files and filenames with AES and 256 bit key length. This means: if someone looks into the folder in your cloud, they cannot draw any conclusions about your data.</span></div></div><figure class="text-2xl max-w-sm md:max-w-none md:w-1/3 md:pr-4 lg:pr-8"><img data-src=/img/home/woman-laptop.png class="lazyload aspect-768/431 w-full" alt="Person sitting in front of a laptop while Cryptobot next to the person is pointing at the laptop"></figure></div></article></section><section class="container text-center py-12 md:py-16 lg:py-20"><article class="prose prose-sm md:prose max-w-none md:max-w-none"><h2>Optimal protection thanks to the latest technology standards</h2><figure class="mx-auto md:w-5/6 lg:w-2/3"><img data-src=/img/home/split-screenshots.avif class="lazyload aspect-1664/975 w-full" alt="Comparison of encrypted and decrypted data in a Cryptomator vault"><figcaption>If someone looks into the folder in your cloud, they cannot draw any conclusions about your data.</figcaption></figure></article></section><section class="container py-12 md:py-16 lg:py-20"><article class="prose prose-sm md:prose max-w-none md:max-w-none"><h2 class=text-center>Why is Cryptomator secure and trustworthy?</h2><div class="flex flex-wrap md:flex-row-reverse"><div class=md:w-2/3><h3>No backdoors, no expiration date thanks to open source</h3><p>You don't have to trust Cryptomator blindly, because <a href=/open-source/>it is open source software</a>. For you as a user, this means that everyone can see the code.</p><h3>Audited by security researchers</h3><p>In addition to <a href=https://community.cryptomator.org/t/has-there-been-a-security-review-audit-of-cryptomator/44 target=_blank rel=noopener>independent security audits</a>, the software is continuously and publicly tested in an automated way and has a measurable code quality and test coverage that is far above the industry average.</p><h3>GDPR-compliant synchronization with your entire team via the cloud</h3><p>When using Cryptomator and a cloud service with an appropriate DPA, you can <a href=/gdpr/>synchronize data GDPR-compliant</a> over the cloud with an entire team.</p></div><figure class="text-2xl max-w-sm md:max-w-none md:w-1/3 md:pr-4 lg:pr-8"><img data-src=/img/home/people-phone.png class="lazyload aspect-768/683 w-full" alt="Two people joyfully jumping around their giant smartphone running a trustworthy app"></figure></div></article></section></div><section class="container pt-12 pb-24"><h2 id=get-started class="text-center font-h2 mb-4">How will you use Cryptomator?</h2><div class="grid grid-cols-1 md:grid-cols-2 gap-4"><div class="flex flex-col white-box"><div class="flex justify-between items-center p-4 border-b border-primary"><h3><div class="flex items-center"><img src=/img/logo.svg class="hidden md:block h-8 mr-2 aspect-1110/942" alt=Logo>
<span class="font-headline font-bold text-primary pb-px">CRYPTOMATOR</span></div></h3><div class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tracking-wide uppercase bg-primary/10 text-primary">For Individuals</div></div><div class="flex flex-col justify-between h-full gap-8 px-4 py-8"><div class="flex flex-col gap-4"><h4 class="font-medium lg:text-lg leading-relaxed">Private Users & Solo Workers</h4><ul role=list class="fa-ul text-sm lg:text-base ml-7 lg:ml-8 space-y-4"><li><span class=fa-li><i class="fa-solid fa-check text-primary"></i></span>
<span>Encrypt your data locally with client-side encryption</span></li><li><span class=fa-li><i class="fa-solid fa-check text-primary"></i></span>
<span>Access your files securely using a vault password</span></li><li><span class=fa-li><i class="fa-solid fa-check text-primary"></i></span>
<span>Keep your files safe, regardless of storage location</span></li></ul></div><a href=/for-individuals/ role=button class="btn btn-primary w-full lg:w-96" data-umami-event=home-get-started-individuals-cta>Secure Your Personal Files</a></div></div><div class="flex flex-col white-box"><div class="flex justify-between items-center p-4 border-b border-tertiary2"><h3><div class="flex items-center"><img src=/img/zero-knowledge-bot.svg class="hidden md:block h-8 mr-2 aspect-988/877" alt=Logo>
<span class="font-headline font-bold text-tertiary2 pb-px">CRYPTOMATOR HUB</span></div></h3><div class="inline-flex px-4 py-1 rounded-full text-xs lg:text-sm font-medium tracking-wide uppercase bg-tertiary2/10 text-tertiary2">For Teams</div></div><div class="flex flex-col justify-between h-full gap-8 px-4 py-8"><div class="flex flex-col gap-4"><h4 class="font-medium lg:text-lg leading-relaxed">Businesses of All Sizes</h4><ul role=list class="fa-ul text-sm lg:text-base ml-7 lg:ml-8 space-y-4"><li><span class=fa-li><i class="fa-solid fa-check text-tertiary2"></i></span>
<span>Secure team access with zero-knowledge key management</span></li><li><span class=fa-li><i class="fa-solid fa-check text-tertiary2"></i></span>
<span>Unlock your shared vaults using individual team member accounts</span></li><li><span class=fa-li><i class="fa-solid fa-check text-tertiary2"></i></span>
<span>Integrate your existing identity management easily</span></li></ul></div><a href=/for-teams/ role=button class="btn btn-tertiary2 w-full lg:w-96" data-umami-event=home-get-started-teams-cta>Manage Access in a Team</a></div></div></div></section><section x-data="{data: {email: '', listId: 'cryptomator', captcha: null, acceptTerms: false, errorMessage: '', success: false, inProgress: false}, captchaState: null}" class="container text-center pt-12 pb-24"><h2 id=newsletter class="font-h2 mb-4">Let's stay in touch</h2><form x-show=!data.success x-ref=form class="max-w-xl mx-auto mb-4" @submit.prevent="new Newsletter($refs.form, data).subscribe(); $refs.captcha.reset()"><p class="font-p mb-4">Subscribe to our mailing list or follow us on social media.</p><div class="flex justify-center items-center rounded-sm bg-gray-300 mb-4"><input x-model=data.email x-ref=email @blur="$refs.email.classList.add('show-invalid')" type=email class="grow rounded-l border-gray-300 focus:ring-0 focus:border-secondary" placeholder="Email address" required>
<button :disabled="data.inProgress || !data.acceptTerms || captchaState == 'verifying'" type=submit class="shrink-0 flex items-center gap-1 btn btn-primary rounded-l-none px-4" data-umami-event=home-newsletter-form>
<i :class="{'fa-envelope': !data.inProgress, 'fa-spinner fa-spin': data.inProgress}" class=fa-solid aria-hidden=true></i> Subscribe
</button>
<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') { data.captcha = $event.detail.payload }" :strings="JSON.stringify({
label: 'I\'m not a bot',
error: 'Verification failed. Try again later.',
expired: 'Verification expired. Try again.',
verified: 'Verified!',
verifying: 'Verifying…',
waitAlert: 'Verifying… please wait.'
})" x-ref=captcha></altcha-widget></div><p class=font-p><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-984672531><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-984672531 x-model=data.acceptTerms>I agree to get updates from Cryptomator and accept the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p :class="{'hidden': !data.errorMessage}" class="text-sm text-red-600 mt-2" x-text=data.errorMessage></p></form><div x-show=data.success class=mb-4 x-cloak><p class="font-p mb-4">💌 Thank you for subscribing! A confirmation link has been sent to your email address.</p></div><div class="flex justify-center gap-2"><a class="text-gray-600 hover:text-primary" href=https://mastodon.online/@cryptomator aria-label="Cryptomator on Mastodon" target=_blank rel=noopener data-umami-event=home-mastodon><i class="fa-brands fa-mastodon text-2xl"></i></a>
<a class="text-gray-600 hover:text-primary" href=https://www.linkedin.com/company/skymatic/ aria-label="Skymatic on LinkedIn" target=_blank rel=noopener data-umami-event=home-linkedin><i class="fa-brands fa-linkedin text-2xl"></i></a></div></section><div class="bg-dark text-white leading-relaxed"><section class="container text-center py-12 md:py-16 lg:py-20"><h2 class="font-h2 mb-8 md:mb-12 lg:mb-16">Proudly Sponsored By</h2><div class="grid grid-cols-1 gap-8 md:w-3/4 lg:w-2/3 mb-8 md:mb-12 lg:mb-16 mx-auto"><a href=https://uruky.com/ target=_blank rel=noopener><img class="inline-block h-20 lazyload aspect-261/90" data-src=/img/sponsors/uruky-white.svg alt="Uruky Logo"></a></div><a href=/sponsors/ role=button class="btn btn-outline-secondary px-8" data-umami-event=home-become-sponsor><i class="fa-solid fa-heart"></i> Become a Sponsor</a></section><section class="container py-12 md:py-16 lg:py-20"><h2 class="font-h2 text-center mb-8 md:mb-12 lg:mb-16">What our Users Say</h2><div class="flex justify-center items-center" id=testimonial-carousel><button class=prev-button aria-hidden=true>
<svg width="40" height="80" class="stroke-current text-white hover:text-secondary" fill="none" stroke-width="3"><path d="M35 0 5 40 35 80"/></svg></button><ul class="list-none w-full m-0 flex flex-nowrap overflow-hidden"><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/calia1120 target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/calia1120.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @calia1120">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/calia1120 target=_blank rel=noopener><p class="font-headline lg:text-xl">Amy (Calia)</p><p class="text-sm text-gray-500">@calia1120</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/calia1120/status/1210196069956673536 target=_blank rel=noopener aria-label=@calia1120><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> For anyone using cloud storage, this is an absolute MUST in my opinion, especially these days. Yes, Dropbox is encrypted to begin with, but has stated that they will comply with government requests. Nevermind the possibility of a compromised account.<br></p></div></li><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/iaaaan target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/iaaaan.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @iaaaan">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/iaaaan target=_blank rel=noopener><p class="font-headline lg:text-xl">Ian Ardouin-Fumat</p><p class="text-sm text-gray-500">@iaaaan</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/iaaaan/status/950508000363544578 target=_blank rel=noopener aria-label=@iaaaan><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> Over the past 6 months I have dropped my phone in water, got my laptop stolen, had a hard drive failure, and dropped another hard drive on the floor. I could either buy a new pair of hands and hope for the best, or move all my stuff to dropbox, and secure it with cryptomator.<br></p></div></li><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/mrcl_mrvls target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/mrcl_mrvls.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @mrcl_mrvls">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/mrcl_mrvls target=_blank rel=noopener><p class="font-headline lg:text-xl">Marcel Richters</p><p class="text-sm text-gray-500">@mrcl_mrvls</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/mrcl_mrvls/status/1200511890016866307 target=_blank rel=noopener aria-label=@mrcl_mrvls><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> Wer von euch gerne seine Daten verschlüsselt und trotzdem Cloud-Dienste nutzt: Ich habe mit @Cryptomator gute Erfahrungen gemacht.<br>Sehr einfach, Verschlüsselung findet lokal statt, für Android, Mac und Windows (sicher auch Linux).<br>Plus: Auf Spendenbasis für Desktop.<br></p></div></li><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/bassetension target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/bassetension.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @bassetension">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/bassetension target=_blank rel=noopener><p class="font-headline lg:text-xl">Basse Tension</p><p class="text-sm text-gray-500">@bassetension</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/bassetension/status/1369055823125753857 target=_blank rel=noopener aria-label=@bassetension><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> I couldn't live with peace of mind without @Cryptomator<br>Now I am in control.<br></p></div></li><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/daveoli target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/daveoli.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @daveoli">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/daveoli target=_blank rel=noopener><p class="font-headline lg:text-xl">Random Dave w/no authority or relevant exp.</p><p class="text-sm text-gray-500">@daveoli</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/daveoli/status/991223454920667136 target=_blank rel=noopener aria-label=@daveoli><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> If you are storing files in the cloud on Dropbox, Google Drive, M$ Skydrive, iCloud or Amazon highly recommend @Cryptomator for client side encryption and privacy for all your stuff.<br></p></div></li><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/4billionyears target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/4billionyears.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @4billionyears">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/4billionyears target=_blank rel=noopener><p class="font-headline lg:text-xl">Denis Serebryakov</p><p class="text-sm text-gray-500">@4billionyears</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/4billionyears/status/1212935313951211520 target=_blank rel=noopener aria-label=@4billionyears><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> If you use cloud storage (#Dropbox, #GoogleDrive) #encrypt your files seamlessly with @cryptomator. It's free, #opensource, #zero-knowledge. Just like #Bitcoin.<br></p></div></li><li class="flex-none w-full md:w-1/2 lg:w-1/3 px-4"><div class="rounded-lg border border-secondary p-4"><div class="flex justify-between mb-4"><div class="flex items-start"><a class="shrink-0 w-12 lg:w-16" href=https://twitter.com/DDJr9 target=_blank rel=noopener><img data-src=https://static.cryptomator.org/twitter/DDJr9.jpg class="lazyload aspect-square w-full object-contain rounded-lg border border-secondary" alt="Profile picture of @DDJr9">
</a><a class="text-white px-3 hover:text-secondary hover:no-underline" href=https://twitter.com/DDJr9 target=_blank rel=noopener><p class="font-headline lg:text-xl">Dennis Downing Jr.</p><p class="text-sm text-gray-500">@DDJr9</p></a></div><a class="text-white hover:text-secondary hover:no-underline" href=https://twitter.com/DDJr9/status/1368957332172980231 target=_blank rel=noopener aria-label=@DDJr9><i class="fa-brands fa-twitter text-xl mt-1"></i></a></div><p><i class="fa-solid fa-quote-left text-secondary text-xl"></i> This is by far one of the best apps I have installed. You guys Rock!!💪<br></p></div></li></ul><button class=next-button aria-hidden=true>
<svg width="40" height="80" class="stroke-current text-white hover:text-secondary" fill="none" stroke-width="3"><path d="M5 0 35 40 5 80"/></svg></button></div></section><section class="container text-center py-12 md:py-16 lg:py-20"><h2 class="font-h2 mb-8 md:mb-12 lg:mb-16">Reception</h2><div class="grid grid-cols-1 md:grid-cols-3 gap-12"><div><a href=https://thenextweb.com/news/new-ios-desktop-app-cryptomator-encrypts-cloud-files-locally-upload target=_blank rel=noopener><img data-src=/img/home/3rdparty/tnw-logo.png class="lazyload object-contain h-10 w-full mb-6" alt="TNW Logo"></a><p>Cryptomator is a 'pay what you want' proposition. I've been using it for quite some time, […], it's a handy tool if you're serious about keeping your files safe from prying eyes.</p></div><div><a href=https://www.hostingadvice.com/blog/cryptomator-brings-open-source-encryption-to-the-cloud-storage-realm/ target=_blank rel=noopener><img data-src=/img/home/3rdparty/hostingadvice-logo.png class="lazyload object-contain h-10 w-full mb-6" alt="HostingAdvice Logo"></a><p>Skymatic's Cryptomator empowers cloud storage users to protect themselves against unauthorized access through free, transparent, client-side encryption.</p></div><div><a href=https://www.cardrates.com/news/cryptomator-secures-sensitive-financial-data/ target=_blank rel=noopener><img data-src=/img/home/3rdparty/cardrates-logo.png class="lazyload object-contain h-10 w-full mb-6" alt="CardRates Logo"></a><p>Cryptomator is more accessible than other solutions because its desktop version is free, and it only charges a small fee for using its mobile app. And even if a hacker accesses a user's vault, Cryptomator's encrypted files are useless without the proper key to decode them.</p></div></div></section><section class="container text-center pt-12 md:pt-16 lg:pt-20 pb-24 md:pb-32 lg:pb-40"><figure><a href=https://web.archive.org/web/20190525164100id_/https://www.cebitaward.de/de/sonderpreis-cryptomator-1759.html target=_blank rel=noopener><img class="lazyload aspect-512/340 h-[170px] inline-block mb-6" data-src=/img/home/3rdparty/cebit-award.png data-srcset="/img/home/3rdparty/cebit-award.png 1x, /img/home/3rdparty/cebit-award@2x.png 2x" alt="CeBIT Innovation Award 2016"></a><figcaption><h2 class="font-h2 mb-1">Awardee of the CeBIT Innovation Award 2016</h2><p class="text-sm md:text-base">Cryptomator won the Special Award for Usable Security and Privacy.</p></figcaption></figure></section></div></div><footer class="border-t-2 border-secondary pt-8 pb-16"><section class="container text-white font-light leading-loose grid grid-cols-2 gap-x-6 gap-y-8 md:grid-cols-3 lg:grid-cols-5"><div><h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Cryptomator</h4><ul class="list-none m-0"><li><a class="text-white hover:text-secondary hover:no-underline" href=/downloads/ data-umami-event=footer-downloads>Downloads</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=https://cryptomator.redbubble.com/ target=_blank rel=noopener data-umami-event=footer-merchandise>Merchandise</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/presskit/ data-umami-event=footer-presskit>Press Kit</a></li></ul></div><div><h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Contribute</h4><ul class="list-none m-0"><li><a class="text-white hover:text-secondary hover:no-underline" href=https://github.com/cryptomator target=_blank rel=noopener data-umami-event=footer-github>GitHub</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/donate/ data-umami-event=footer-donate>Donate</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=https://translate.cryptomator.org/ target=_blank rel=noopener data-umami-event=footer-translate>Translate</a></li></ul></div><div><h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Support</h4><ul class="list-none m-0"><li><a class="text-white hover:text-secondary hover:no-underline" href=https://docs.cryptomator.org/ target=_blank rel=noopener data-umami-event=footer-docs>Docs</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=https://community.cryptomator.org/ target=_blank rel=noopener data-umami-event=footer-community>Community</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/contact/ data-umami-event=footer-contact>Contact</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/withdrawal/ data-umami-event=footer-withdrawal>Withdrawal</a></li></ul></div><div><h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Follow Us</h4><ul class="list-none m-0"><li><a class="text-white hover:text-secondary hover:no-underline" href=https://mastodon.online/@cryptomator target=_blank rel="noopener me" data-umami-event=footer-mastodon>Mastodon</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=https://linkedin.com/company/skymatic target=_blank rel=noopener data-umami-event=footer-linkedin>LinkedIn</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/feed.xml rel=alternate type=application/rss+xml data-umami-event=footer-rss-feed>RSS Feed</a></li></ul></div><div><h4 class="block uppercase tracking-wide text-gray-400 text-xs font-bold mb-2">Legal</h4><ul class="list-none m-0"><li><a class="text-white hover:text-secondary hover:no-underline" href=/impressum/ data-umami-event=footer-impressum>Impressum</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/privacy/ data-umami-event=footer-privacy>Privacy Policy</a></li><li><a class="text-white hover:text-secondary hover:no-underline" href=/terms/ data-umami-event=footer-terms>Terms & Conditions</a></li></ul></div></section></footer><script src=https://umami.skymatic.de/script.js data-website-id=57a36f3a-bd97-4d8a-9563-0e8d39ddb20c integrity=sha384-KovSIPpdrAZNHs+M91d7FOrLat5rqcpTtQUq/GLIzYwAt+eN0EQHlgdUgm/0U2j+ crossorigin=anonymous defer></script><script type=text/javascript src=/js/const.min.81e05f681ff10793b964bd036424fb173e828c88bd4d1222769577bf623d3356.js integrity="sha256-geBfaB/xB5O5ZL0DZCT7Fz6CjIi9TRIidpV3v2I9M1Y=" defer></script><script type=text/javascript src=/js/base.min.410beb779ef78769c455ba40a8e31eb786aaeb23bd8dd29ae7d6ef3cabca17ec.js integrity="sha256-QQvrd573h2nEVbpAqOMet4aq6yO9jdKa59bvPKvKF+w=" defer></script><script type=text/javascript src=/js/index.min.7538809a31b7d914bb7d203802823e4e34b96a812e5cf033e65b8e65c27be26c.js integrity="sha256-dTiAmjG32RS7fSA4AoI+TjS5aoEuXPAz5luOZcJ74mw=" defer></script><script type=text/javascript src=/js/newsletter.min.8ee9ed9d2fb6fe1d0a9d33e0ae094840d391fe2d51c96fc3e10ced5dfa8275a9.js integrity="sha256-juntnS+2/h0KnTPgrglIQNOR/i1RyW/D4QztXfqCdak=" defer></script><script type=module src=/js/altcha/altcha.js integrity defer></script><script type=module src=/js/altcha/worker.js integrity defer></script><script type=text/javascript src=/js/jquery/jquery.min.fc9a93dd241f6b045cbff0481cf4e1901becd0e12fb45166a8f17f95823f0b1a.js integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="></script><script type=text/javascript src=/js/alpinejs/cdn.min.3ed1eed252488921df65e363d6715deb04d7f92aaedb9e52199fdf73cb1e0ad3.js integrity="sha256-PtHu0lJIiSHfZeNj1nFd6wTX+Squ255SGZ/fc8seCtM=" defer></script><script type=text/javascript src=/js/lazysizes/lazysizes.min.3d9120fa621da6d613c1698b7014ec6bdf4620366e8f2b7b547059f4b6f6272b.js integrity="sha256-PZEg+mIdptYTwWmLcBTsa99GIDZujyt7VHBZ9Lb2Jys=" async></script></body></html>