diff --git a/404.html b/404.html index 6154da7e21..3b68e05b22 100644 --- a/404.html +++ b/404.html @@ -17,6 +17,8 @@ + + @@ -24,6 +26,8 @@ + + @@ -111,6 +115,7 @@
Payments are securely handled by Paddle.
- - + +
We’ve submitted our declaration request in the beginning of April 2016 and received a first response in the beginning of May. It was just to inform us that they’ve received our request and it’ll take another two months to finish the process. In the end, we’ve received the approval two months after our submission.
I don’t remember exactly how long it took to get the ERN approval, but it was just a matter of days and completely processed online.
I hope you learned something from our experience and if you’re an app developer struggling with the same issue, you hopefully received some insight in this process. Obviously, this information may change in the future, so do some additional research. π
-Funny story: In the approval form are checkboxes, which you can enable if you’re sending a CD or USB flash drive with information of your product (like commercial brochure, user manual, technical details). I couldn’t believe what they were asking for, so I didn’t send anything besides the approval form. They kindly sent me an email, if I could provide a commercial or technical brochure for Cryptomator so that they can process my request. So I did that via email and everything was fine. π
+I hope you learned something from our experience and if you’re an app developer struggling with the same issue, you hopefully received some insight in this process. Obviously, this information may change in the future, so do some additional research. 😉
+Funny story: In the approval form are checkboxes, which you can enable if you’re sending a CD or USB flash drive with information of your product (like commercial brochure, user manual, technical details). I couldn’t believe what they were asking for, so I didn’t send anything besides the approval form. They kindly sent me an email, if I could provide a commercial or technical brochure for Cryptomator so that they can process my request. So I did that via email and everything was fine. 😄
diff --git a/blog/2016/08/15/release-1.1.4/index.html b/blog/2016/08/15/release-1.1.4/index.html index 9b25ecadb5..e2dd33a10c 100644 --- a/blog/2016/08/15/release-1.1.4/index.html +++ b/blog/2016/08/15/release-1.1.4/index.html @@ -215,7 +215,7 @@We’ve finally released the first beta version of Cryptomator for Android after almost 6 months of development. It’s a completely new and native app. In this process, we outsourced the cryptographic code from our main project, which is now available as CryptoLib.
You’re welcome to test the beta version. Follow this link for more information. Version 0.1 is by far not feature-complete and has known issues, but we’re of course open for feature requests, suggestions, and obviously bug reports.
You can send us feedback on GitHub. We’ve created a repository just for collecting Android issues. Please review and follow our contribution guidelines.
-Thank you all for your patience! We know some of you have been already waiting for an Android app of Cryptomator for many months. We’re looking forward to your feedback! π
+Thank you all for your patience! We know some of you have been already waiting for an Android app of Cryptomator for many months. We’re looking forward to your feedback! 😄
Cryptomator 1.2.3 for Windows fixes a mysterious bug, commonly known as system error 53 or 67. Well, it’s not that mysterious anymore, but this particular error had been haunting us from the beginning! Cycor on GitHub (almost casually) pointed out in GitHub Issue 210 that he found the cause of system error 53/67 after a few months of experiencing the issue himself.
-Apparently, there is a Windows Registry entry responsible for listing available network providers called ProviderOrder. Cryptomator’s virtual drive is based on WebDAV. Therefore, a missing webclient
value in the ProviderOrder
registry key would lead to such error. We were stunned, desperate, and hopeless for many months, because we were never able to reproduce the issue. We added things like the IPv6 literal option (which is probably going to be removed in a future version) or thought that some firewall was responsible for the error. But nope! Clearly some applications modify this registry entry, because a clean Windows installation doesn’t have the webclient
value missing. Shame on them! π
Apparently, there is a Windows Registry entry responsible for listing available network providers called ProviderOrder. Cryptomator’s virtual drive is based on WebDAV. Therefore, a missing webclient
value in the ProviderOrder
registry key would lead to such error. We were stunned, desperate, and hopeless for many months, because we were never able to reproduce the issue. We added things like the IPv6 literal option (which is probably going to be removed in a future version) or thought that some firewall was responsible for the error. But nope! Clearly some applications modify this registry entry, because a clean Windows installation doesn’t have the webclient
value missing. Shame on them! 🔔
We fixed this issue by patching the Cryptomator for Windows installer and added some code that adds the webclient
value back to the ProviderOrder
key, if it is missing. The registry key can be found at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order
. If you’re a fellow developer and stumbled on this blog post while having the same issue and even using Inno Setup yourself, you can find the code on GitHub.
Big thanks to Cycor for finding the solution to this weird bug! π
+Big thanks to Cycor for finding the solution to this weird bug! 😄
Furthermore, version 1.2.3 (also available for Mac and Linux) includes other improvements:
We’ve completely rewritten Cryptomator. Its core components are now modularized to CryptoLib, CryptoFS, and WebDAV-NIO-Adapter. A complete list of closed issues is available here.
Today, we are glad to announce the release of Cryptomator 1.0 for Android. π Finally, you can protect your cloud files also on Android devices. The app is naturally fully compatible to the desktop and iOS versions of Cryptomator.
+Today, we are glad to announce the release of Cryptomator 1.0 for Android. 🎉 Finally, you can protect your cloud files also on Android devices. The app is naturally fully compatible to the desktop and iOS versions of Cryptomator.
We have worked extensively during the last year to ensure the app’s security and usability. Thanks to your feedback and the experiences of more than 10,000 beta testers, the Android app has finally reached the level of maturity that fulfills Cryptomator’s high standards.
In version 1.0 for Android, the app is compatible with Dropbox, Google Drive, OneDrive, and WebDAV-based providers. You can also create vaults in Android’s local storage and, e.g., sync them with third-party apps. The app is available for $4.99 in the Google Play Store.
https://cryptomator.org/android/
diff --git a/blog/2019/01/14/roadmap/index.html b/blog/2019/01/14/roadmap/index.html index 383769e85d..8e97b0306d 100644 --- a/blog/2019/01/14/roadmap/index.html +++ b/blog/2019/01/14/roadmap/index.html @@ -5,13 +5,13 @@Hey it’s a new year, so here comes our quarterly annual π roadmap preview.
Hey it’s a new year, so here comes our quarterly annual 🙈 roadmap preview.
Until now we’ve been using Oracle JDK, since this included the GUI library we used for Cryptomator: JavaFX. Beginning with JDK 11, we plan to switch to OpenJDK and OpenJFX. JavaFX will no longer be included in the Oracle JDK anyway and OpenJFX promises shorter release cycles and - as the name suggests - is developed in an open process.
Since we no longer depend on non-free software, Cryptomator could theoretically move from “contrib” to “main” in Debian repos.
diff --git a/blog/2019/07/21/roadmap/index.html b/blog/2019/07/21/roadmap/index.html index 649dbcf29a..d36aa0230b 100644 --- a/blog/2019/07/21/roadmap/index.html +++ b/blog/2019/07/21/roadmap/index.html @@ -215,10 +215,10 @@In the desktop area, we are currently pursuing two different branches: On the one hand we are striving for feature completion of 1.4.x, with 1.4.12 already available as a release candidate. It will finally allow Linux users to store their password in the system and include the much desired “Custom Mount Flags” feature.
On the other hand the implementation of 1.5.0 has already started. For 1.5.0, as announced, we want to fully concentrate on the redesign of the user interface and improve the internal processing of Cryptomator, because like many open-source projects it has grown organically over time and therefore needs a good refactoring. π
+On the other hand the implementation of 1.5.0 has already started. For 1.5.0, as announced, we want to fully concentrate on the redesign of the user interface and improve the internal processing of Cryptomator, because like many open-source projects it has grown organically over time and therefore needs a good refactoring. 😉
After the release of Cryptomator 1.4.0 for iOS with built-in cache functionality, which on the one hand avoids repeated downloading of files and on the other hand allows (limited) offline access, the work on Cryptomator 1.5.0 for iOS has started.
The main focus will be the integration into the Files app of iOS. The first step will be the expansion of our Document Provider which is going to be extended by the methods “Open” and “Move”. This will make a direct access to files within a Cryptomator vault from other apps possible without having to copy them back and forth.
diff --git a/blog/2020/02/12/roadmap/index.html b/blog/2020/02/12/roadmap/index.html index 3edf1ec258..4b27109e15 100644 --- a/blog/2020/02/12/roadmap/index.html +++ b/blog/2020/02/12/roadmap/index.html @@ -224,7 +224,7 @@The iOS app will also support vault format 7, obviously. There are some further fixes and improvements under the hood, but no new features. It already supports caching and it you can even buy it without using the Google Play Store. π
+The iOS app will also support vault format 7, obviously. There are some further fixes and improvements under the hood, but no new features. It already supports caching and it you can even buy it without using the Google Play Store. 😉
While at the time of writing this, there are only few missing features planned for 1.5.0 (such as vault recovery) and only some final polishing is required from our side, we want to make sure our mobile apps and also third party apps such as Cyberduck are ready to deal with the new vault format, too. For some bugs scheduled for 1.5.0 (such as this one), we’re currently waiting for an upstream fix.
Simultaneously, we’re preparing new documentation pages for 1.5.0 as well as a new website with a new FAQ section and we integrate new translations added by our great community on a regular basis.
diff --git a/blog/2020/04/20/release-1.5.0/index.html b/blog/2020/04/20/release-1.5.0/index.html index 517b41e684..2fc552bf2d 100644 --- a/blog/2020/04/20/release-1.5.0/index.html +++ b/blog/2020/04/20/release-1.5.0/index.html @@ -213,10 +213,10 @@Cryptomator has been redesigned and comes with a new dark mode. It is not simply a redesign, it was a full rewrite of the UI. During the rewrite, a whole new code structure was planned which makes it easier to extend the application in the future. One goal of the redesign was to make the onboarding process easier for users who don’t feel too comfortable with encryption software. Usability tests helped designing the workflows and understanding common misconceptions. Besides the redesign, the new vault format 7 increases compatibility with some cloud services and at the same time reduces the complexity for certain I/O operations.
-To support the ongoing open-source development of Cryptomator, consider buying a donation key, which unlocks the new dark mode. β€οΈ Detailed release notes for the desktop app are available on GitHub.
-As you might have noticed, this website is also shining in a completely new design. β¨
+To support the ongoing open-source development of Cryptomator, consider buying a donation key, which unlocks the new dark mode. ❤️ Detailed release notes for the desktop app are available on GitHub.
+As you might have noticed, this website is also shining in a completely new design. ✨
New updates for iOS and Android have been released as well. To celebrate the release, our mobile apps are 40% off until April 23! π€
+New updates for iOS and Android have been released as well. To celebrate the release, our mobile apps are 40% off until April 23! 🤖
Cryptomator for Android is now also available as an APK version through our own online store.
This blog post is aimed towards the paranoid Cryptomator power users among us and describes how to fully establish a relationship of trust with Cryptomator for Android.
-When it comes to our desktop application, we claim that you should in fact not trust us but you (or at least many developers) can instead inspect what Cryptomator is doing. For our mobile apps, this is only half the truth, frankly. While the encryption code is fully open-source, the UI and cloud access code isn’t (yet π).
+
When it comes to our desktop application, we claim that you should in fact not trust us but you (or at least many developers) can instead inspect what Cryptomator is doing. For our mobile apps, this is only half the truth, frankly. While the encryption code is fully open-source, the UI and cloud access code isn’t (yet 😉).
If you count yourself as one of the more paranoid users, who prefer to compile everything yourselves, you might ask the legitimate question: How can you check the current, open-core app for backdoors?
A backdoor usually requires communication with an external server. If vaults are only opened from the device’s file system, the Cryptomator app does not require an internet connection. Alternatively, the vault can be synchronized bidirectionally to the file system of the smartphone with a third-party application such as Syncthing.
Using this setup, the Cryptomator app can have its internet access revoked using the Android operating system features, which prevents the app from sending or receiving any data to or from the internet.
diff --git a/blog/2020/11/20/roadmap/index.html b/blog/2020/11/20/roadmap/index.html index 10f267e672..73215ff423 100644 --- a/blog/2020/11/20/roadmap/index.html +++ b/blog/2020/11/20/roadmap/index.html @@ -209,15 +209,15 @@We recently released Cryptomator 1.5.10 for Windows, macOS, and Linux with many new features and bugfixes. Well, actually the changes were in 1.5.9 but we followed it up with a hotfix release. π With the (crazy) year nearing its end, we’d like to give you some insight to our roadmap across all platforms for the upcoming months!
+We recently released Cryptomator 1.5.10 for Windows, macOS, and Linux with many new features and bugfixes. Well, actually the changes were in 1.5.9 but we followed it up with a hotfix release. 😁 With the (crazy) year nearing its end, we’d like to give you some insight to our roadmap across all platforms for the upcoming months!
With the redesign and full rewrite of the UI in 1.5.0, we established a good foundation for adding further features. There was one former feature that didn’t make the cut though, which is now back with the latest version: Vault Statistics. π
+With the redesign and full rewrite of the UI in 1.5.0, we established a good foundation for adding further features. There was one former feature that didn’t make the cut though, which is now back with the latest version: Vault Statistics. 🎉
We didn’t stop there! Vault passwords can now also be stored in KWallet on Linux. Huge thanks to Ralph Plawetzki (purejava on GitHub) for his contribution! And last but not least, it is now possible to mount the vault via FUSE on Windows. This is still a beta feature! In order to try it, WinFSP needs to be installed. We’d love to hear your feedback on this!
On the distribution front, we didn’t quite meet our expectations. So far, we’ve been struggling with Flatpak as we just can’t convince its sandbox to properly support FUSE drives. But we’re not giving up on this!
-Behind the UI, we introduced the integrations-api alongside implementations for each OS. It’s a new way for Cryptomator to include native (also OS-specific) functionalities. Now easier than ever, you can implement native functions. So grab your keyboard and start hacking! π With this change, we archived the old native-functions repository. π
+Behind the UI, we introduced the integrations-api alongside implementations for each OS. It’s a new way for Cryptomator to include native (also OS-specific) functionalities. Now easier than ever, you can implement native functions. So grab your keyboard and start hacking! 😁 With this change, we archived the old native-functions repository. 👋
What’s next? Our plan is to move on to 1.6.x. First of all, we want to integrate Sanitizer, so you can check your vault health and run cleanup and recovery tasks right within the Cryptomator UI. Furthermore, by decoupling the key derivation from the vault encryption, we plan to give you more options for authentication, including third-party password storage, 2FA, and multi-user access using individual passwords.
In the last months, we added new features like face unlock, sort directory listings, and search using glob pattern matching. Some community members also translated the app to French and Turkish. Many thanks for their contributions!
diff --git a/blog/2020/12/23/android-open-source/index.html b/blog/2020/12/23/android-open-source/index.html index e389f4d0f9..b3ec9744da 100644 --- a/blog/2020/12/23/android-open-source/index.html +++ b/blog/2020/12/23/android-open-source/index.html @@ -210,12 +210,12 @@There will definitely be a transition phase and learning curve for us to fine-tune the repository and coordinate open-source contributions but it shouldn’t be too far off the “main” repository Cryptomator for Windows, macOS, and Linux, which was open-source from the beginning.
-We are looking forward to your contributions and are very grateful to you and the whole community that made this step possible. To support the ongoing open-source development of Cryptomator, consider donating or sponsoring. β€οΈ
+We are looking forward to your contributions and are very grateful to you and the whole community that made this step possible. To support the ongoing open-source development of Cryptomator, consider donating or sponsoring. ❤️
And what about Cryptomator for iOS? To quote from our “Roadmap Late 2020”:
-We won’t open-source the current app anymore because we’d like to look forward. The new app is written with open-sourcing it in mind but it will still take some time until we can release anything.
Happy holidays and a happy new year! π
+Happy holidays and a happy new year! 🎁
Finally, the time has come! π The brand new iOS app of Cryptomator can now be tried out in a beta version via TestFlight and the project is now, as previously announced, fully open-source! This means that the entire Cryptomator family is now open-source, consisting of the Desktop, Android, and iOS versions.
+Finally, the time has come! 🎉 The brand new iOS app of Cryptomator can now be tried out in a beta version via TestFlight and the project is now, as previously announced, fully open-source! This means that the entire Cryptomator family is now open-source, consisting of the Desktop, Android, and iOS versions.
The new Cryptomator app with full integration into the Files app of iOS fulfills one of the biggest feature requests. For example, it is now possible to save encrypted files directly into a Cryptomator vault within Word. On iPad, drag & drop is possible with the new app. In general, all features of the Files app are automatically supported by Cryptomator.
Development on the new iOS app started just over a year ago and was rewritten from scratch in the Swift programming language. We are now using the latest tools to develop the app and can therefore support new features of iOS faster. This makes the project more future-proof and easier to maintain. Half a year ago, we were able to open-source the Android app and have released numerous updates with great contributions from the community since then. We couldn’t wait to release the source code of the new iOS app as well. Through open-source, the new app is now accessible to all interested developers and the whole community, as we are used to from our other projects.
-We are looking forward to your feedback and contributions and are very grateful to you and the whole community that made this step possible. To support the ongoing open-source development of Cryptomator, consider donating or sponsoring. β€οΈ
+We are looking forward to your feedback and contributions and are very grateful to you and the whole community that made this step possible. To support the ongoing open-source development of Cryptomator, consider donating or sponsoring. ❤️
Meanwhile, maybe you, our community can help us out.
Cryptomator for Desktop was always open source. Cryptomator for iOS and Android are now open source as well. And as such, we also rely on our community to receive feedback, distribute the app and improve its functionality.
-So, we are always very excited about contributions and are happy to assist, especially when it comes to the Document Provider. π
+So, we are always very excited about contributions and are happy to assist, especially when it comes to the Document Provider. 😉
vault.cryptomator
will be created and filled with the correct values like the aforementioned unique vault identifier and the filename shortening threshold.
Second, the already present masterkey file is updated.
-And thirdβ¦ that’s already it. π No other files need to be altered.
+And thirdβ¦ that’s already it. 😄 No other files need to be altered.
β
As you can see, vault format 8 only imposes a small and easy to migrate change, while making way for interesting and exciting new features. With updating to Cryptomator 1.6.0, vaults of a former version need to be migrated and newly created ones will already be in format 8. diff --git a/blog/2021/12/21/ios-2.0/index.html b/blog/2021/12/21/ios-2.0/index.html index 9c8280a740..ddea75430e 100644 --- a/blog/2021/12/21/ios-2.0/index.html +++ b/blog/2021/12/21/ios-2.0/index.html @@ -205,7 +205,7 @@
We are happy to announce that Cryptomator 2.0 for iOS is now available in the App Store! π We’d like to express our gratitude to our over 2,300 TestFlight users for testing the app over the last 6 months. β€οΈ
+We are happy to announce that Cryptomator 2.0 for iOS is now available in the App Store! 🎉 We’d like to express our gratitude to our over 2,300 TestFlight users for testing the app over the last 6 months. ❤️
We are happy to announce that Cryptomator Hub, the team and enterprise solution for Cryptomator, is now ready for production use! π Huge thanks to our testers that participated in our open beta over the last 3 months for their feedback. β€οΈ
+We are happy to announce that Cryptomator Hub, the team and enterprise solution for Cryptomator, is now ready for production use! 🎉 Huge thanks to our testers that participated in our open beta over the last 3 months for their feedback. ❤️
In short: Cryptomator Hub adds access management for your Cryptomator vaults. It enables a secure way for you to work in teams with confidential and sensitive files for any cloud storage.
Check out our quick introduction video to learn more about the basics.
@@ -213,8 +213,8 @@Individual access to Cryptomator vaults is secured through server-side authentication and key management. Hub manages key material based on a zero-knowledge solution without getting in touch with unencrypted keys. Learn more.
The self-hosted solution is delivered as a software container and can be deployed using Kubernetes or Docker. Vist the landing page of Cryptomator Hub to get started.
-Hub can be used for free for up to 5 team members. For larger teams and companies, an annual license can be purchased through the website at $6.00 per seat per month. Until the end of the year, there is a promotional discount that gives 25% off for the first year. π
-And as always, Cryptomator Hub is fully open source. If you have more questions, let us know in the discussion below or contact us. We are looking forward to your feedback! π€
+Hub can be used for free for up to 5 team members. For larger teams and companies, an annual license can be purchased through the website at $6.00 per seat per month. Until the end of the year, there is a promotional discount that gives 25% off for the first year. 🎊
+And as always, Cryptomator Hub is fully open source. If you have more questions, let us know in the discussion below or contact us. We are looking forward to your feedback! 🤖
You may have heard that Boxcryptor’s IP technology has been acquired by Dropbox. Congratulations to both companies and we wish them all the best for the future! π
-For quite some time, Cryptomator has been seen as an alternative to Boxcryptor and you can bet that we were very surprised by this news. On today’s Computer Security Day, we want to take the opportunity to let you all know that Cryptomator is here to stay. β€οΈ
+You may have heard that Boxcryptor’s IP technology has been acquired by Dropbox. Congratulations to both companies and we wish them all the best for the future! 🎉
+For quite some time, Cryptomator has been seen as an alternative to Boxcryptor and you can bet that we were very surprised by this news. On today’s Computer Security Day, we want to take the opportunity to let you all know that Cryptomator is here to stay. ❤️
Obviously, we are not affected by this acquisition. We are still the same team, with the same goals, and the same vision. Skymatic GmbH will continue to develop and maintain Cryptomator and we will continue to provide you with a free and open-source solution for end-to-end encryption. π
+Obviously, we are not affected by this acquisition. We are still the same team, with the same goals, and the same vision. Skymatic GmbH will continue to develop and maintain Cryptomator and we will continue to provide you with a free and open-source solution for end-to-end encryption. 🚀
The concept behind Cryptomator does not depend on any single cloud provider and we will continue to support as many cloud providers as we can.
Cryptomator is an application that runs solely on the device and does not require any infrastructure from the vendor. This means that even if Skymatic GmbH ceases to operate, existing and new users can continue to use Cryptomator.
Again and again, we have observed many times how proprietary services can be influenced by acquisitions in a very sensitive manner. Our belief is that the right to digital self-defense cannot simply be sold. This is not the only reason why Cryptomator relies on open-source licenses. GPLv3 (a copyleft license) guarantees that even in the event of an acquisition, the technology cannot be taken off the market.
@@ -215,12 +215,12 @@It’s probably too early to tell but Dropbox plans to offer end-to-end encryption to its business users only. We are happy to see that Dropbox is taking end-to-end encryption seriously.
Cryptomator works very well with Dropbox and for now, encrypting your Dropbox with Cryptomator is the best option.
We are very sorry to hear that Boxcryptor is going to end its existing service. It is no longer available for new users and existing users will likely have to migrate when their contracts expire. If you are affected by this, we welcome you to give Cryptomator a try. π Feel free to check out our community for help and support.
+We are very sorry to hear that Boxcryptor is going to end its existing service. It is no longer available for new users and existing users will likely have to migrate when their contracts expire. If you are affected by this, we welcome you to give Cryptomator a try. 😉 Feel free to check out our community for help and support.
Cryptomator can be downloaded for all major operating systems and is ideal for personal use out of the box. The Desktop app is free to use and the mobile apps can be purchased for a one-time fee.
-If you are looking for a team and enterprise solution, check out Cryptomator Hub, which is open source as well. π
+If you are looking for a team and enterprise solution, check out Cryptomator Hub, which is open source as well. 🎉
Cryptomator started almost nine years ago as a side project. We are now a team of passionate developers and are happy to be able to work on Cryptomator. Kudos to all of our open-source contributors, translators, and testers! We are grateful for all the support we have received from the Cryptomator community over the years and for the trust you have placed in us. Special thanks to our sponsors and supporters!
-We feel like that we are just getting started and have great updates coming up! To support the ongoing open-source development of Cryptomator, consider donating or sponsoring. β€οΈ
+We feel like that we are just getting started and have great updates coming up! To support the ongoing open-source development of Cryptomator, consider donating or sponsoring. ❤️
We are happy to announce that managed instances of Cryptomator Hub are now available! π And we have released Hub 1.1.0 with recovery key support.
+We are happy to announce that managed instances of Cryptomator Hub are now available! 🎉 And we have released Hub 1.1.0 with recovery key support.
First things first. π To get started, you can now request access to a managed instance of Cryptomator Hub. After your request, we will get back to you as soon as possible. Currently, some of the steps we take internally to create a managed Hub instance are still done “manually”. We are working on automating this process, but we didn’t want to delay the release any longer.
+First things first. 🚀 To get started, you can now request access to a managed instance of Cryptomator Hub. After your request, we will get back to you as soon as possible. Currently, some of the steps we take internally to create a managed Hub instance are still done “manually”. We are working on automating this process, but we didn’t want to delay the release any longer.
Managed instances of Cryptomator Hub are a great way to start using Cryptomator Hub right away without having to deploy and maintain your self-hosted instance.
Until now, you could only use the self-hosted version of Hub. This requires a lot of knowledge about how to deploy a software container using Kubernetes or Docker Compose. And if you have the knowledge, you still have to maintain the instance yourself. This includes updating the software, monitoring the instance, and keeping it secure.
@@ -211,7 +211,7 @@This is all possible because of the underlying zero-knowledge key management. Cryptomator Hub doesn’t store unencrypted keys. All key material remains locally on the client. We can’t decrypt your data. It also helps that Hub is independent of your cloud storage provider, which means we have no access to either the key material or the cloud files.
We didn’t stop there and released Cryptomator Hub 1.1.0 with recovery key support. This allows you to access your data in case of disaster. Not only that, the recovery key is compatible with Cryptomator’s recovery key. This means you can convert your existing vaults to Hub vaults and vice versa.
-What does that mean for your managed instance? If we cease to exist (we get asked this a lot, thanks to Boxcryptor π), you can convert your Hub vaults to “regular” password-based vaults, completely offline, so that you always have access to your data under any circumstances. This is also great for your self-hosted instance if something happens to your server.
+What does that mean for your managed instance? If we cease to exist (we get asked this a lot, thanks to Boxcryptor 😉), you can convert your Hub vaults to “regular” password-based vaults, completely offline, so that you always have access to your data under any circumstances. This is also great for your self-hosted instance if something happens to your server.
As you may have already noticed, we released Cryptomator 1.8.0 for Android last month! It contains a lot of internal changes, a bunch of new features, and some bug fixes.
-This release took quite some time, but we finally made it. π In addition to the release notes, we’d like to give you more details about some changes.
+This release took quite some time, but we finally made it. 🎉 In addition to the release notes, we’d like to give you more details about some changes.
The most obvious change in this release is the migration to Material 3, which modernizes the user interface.
We’re excited to release Cryptomator Hub 1.2.0, featuring essential updates for both administrators and users. π Let’s dive into what’s new.
-We’re excited to release Cryptomator Hub 1.2.0, featuring essential updates for both administrators and users. 🎉 Let’s dive into what’s new.
+Our new Audit Logs feature, available with a paid license, empowers administrators with insights into user activities. Monitor vault changes, key retrievals, and other essential activities, providing an extra layer of transparency and accountability within your organization.
-With the “Edit Vault Metadata” action, customizing vault details is now possible. You can now change the name and description of your vaults, helping you keep your vaults organized and easily identifiable. Plus, vault names no longer need to be unique, offering more flexibility.
We’ve also added the “Archive Vault” action, allowing you to remove vaults from your list. Easily reactivate archived vaults whenever needed.
-Our new “User Profile” page centralizes device management and user settings in one convenient location. Additionally, we’ve integrated a “Manage Account” link for users to be able to change their password and configure 2FA via Keycloak.
-Upgrading to 1.2.0 is simple. If you are on the stable
lane, you just have to pull the image and restart the service. Otherwise, update the version number in your Docker Compose or Kubernetes spec file before you restart the service. Remember to always back up your data, especially before upgrading. For managed instances, rest assured, you’re already on the latest version.
We’re embarking on a significant refactoring journey for our key management system in the next feature update. This update will introduce “user keys” as intermediary key pairs between vault keys and device keys. Vault owners will then grant access to users and not individual devices, which allows users to manage their devices independently.
This refactoring will deprecate vault admin passwords and introduce the vault owner role, providing a more secure and efficient way to manage your vaults.
Stay tuned for more exciting updates!
diff --git a/blog/2023/09/13/release-1.10.0/index.html b/blog/2023/09/13/release-1.10.0/index.html index 047b389350..e03746f287 100644 --- a/blog/2023/09/13/release-1.10.0/index.html +++ b/blog/2023/09/13/release-1.10.0/index.html @@ -211,34 +211,34 @@We’re happy to announce the release of Cryptomator 1.10.0. π Let’s dive into what this new release has to offer!
+We’re happy to announce the release of Cryptomator 1.10.0. 🎉 Let’s dive into what this new release has to offer!
We understand that expert users desire more control and would like to override some default values in the vault configuration file. That’s why the new version brings the addition of expert settings during vault creation. For now, you can set the maximum length of encrypted file names. This feature ensures that Cryptomator adapts to the peculiarities of various cloud storage systems. π οΈ
+We understand that expert users desire more control and would like to override some default values in the vault configuration file. That’s why the new version brings the addition of expert settings during vault creation. For now, you can set the maximum length of encrypted file names. This feature ensures that Cryptomator adapts to the peculiarities of various cloud storage systems. 🛠️
A huge shoutout to Ralph (purejava on GitHub) for his open-source contribution once again! π Thanks to his efforts, we now have proper tray menu support with AppIndicator integration. It’s yet another step towards making Cryptomator feel native and fluid for Linux users.
+A huge shoutout to Ralph (purejava on GitHub) for his open-source contribution once again! 🙌 Thanks to his efforts, we now have proper tray menu support with AppIndicator integration. It’s yet another step towards making Cryptomator feel native and fluid for Linux users.
Good news for Linux users on AArch64 architectures! π Cryptomator 1.10.0 includes an AArch64 build for AppImage. With this addition, we’re expanding our reach and welcome more Linux users.
+Good news for Linux users on AArch64 architectures! 🎉 Cryptomator 1.10.0 includes an AArch64 build for AppImage. With this addition, we’re expanding our reach and welcome more Linux users.
Encountering an error can be frustrating π, especially when you’re not sure what to do next. We’ve redesigned our error dialog to focus on solutions. Now, when you run into an error, the dialog will guide you to a potential solution if it exists in our error database. This enhancement aims to make troubleshooting more user-friendly and efficient. β
+Encountering an error can be frustrating 😓, especially when you’re not sure what to do next. We’ve redesigned our error dialog to focus on solutions. Now, when you run into an error, the dialog will guide you to a potential solution if it exists in our error database. This enhancement aims to make troubleshooting more user-friendly and efficient. ✅
Mac users, we haven’t forgotten about you! π Aesthetics matter, and with this update, Cryptomator boasts a brand-new app icon for macOS. How do you like Cryptobot in a squircle?
+Mac users, we haven’t forgotten about you! 🍏 Aesthetics matter, and with this update, Cryptomator boasts a brand-new app icon for macOS. How do you like Cryptobot in a squircle?
Cryptomator 1.10.0 brings a mix of enhancements and several bug fixes to ensure a smoother user experience. As always, your feedback is welcome. For a detailed list of all changes, please check out the release notes.
-A special thank you to Bas (Rexbas on GitHub) and Sebastian (sschuberth on GitHub) for their open-source contributions as well. π
-Thank you for your continued support and trust in Cryptomator. β€οΈ Update to 1.10.0 now and let us know what you think!
-Happy crypting! π
+A special thank you to Bas (Rexbas on GitHub) and Sebastian (sschuberth on GitHub) for their open-source contributions as well. :glowing_star:
+Thank you for your continued support and trust in Cryptomator. ❤️ Update to 1.10.0 now and let us know what you think!
+Happy crypting! 🔒
The release of Cryptomator Hub 1.3.0 marks an exciting feature update, which introduces an Account Key for users. This update, while necessary and beneficial, will require active participation from users. Here’s what to expect during the transition from version 1.2.x to 1.3.0.
-Before we dive into the upgrade process, ensure every vault admin secures a backup of their Vault Recovery Keys and Vault Admin Passwords. β οΈ Doubling down on this step is critical; your backups are your safety net. Without them, our hands are tied.
-Before we dive into the upgrade process, ensure every vault admin secures a backup of their Vault Recovery Keys and Vault Admin Passwords. ⚠️ Doubling down on this step is critical; your backups are your safety net. Without them, our hands are tied.
+This section is only relevant for administrators who host their own Cryptomator Hub instance. If you’re using our managed service, you can skip this section. We will reach out to you to arrange a date and time to update your instance.
As mentioned above, if you’re an administrator of a self-hosted Cryptomator Hub instance, follow these steps to update Cryptomator Hub:
ghcr.io/cryptomator/hub:1.3.0
stable
tag. We will update the stable
tag to point to the new version in a couple of weeks.Updating the Cryptomator desktop application is recommended for all users, but not technically required for now. Vaults can still be unlocked using an old version. This backward compatibility provides flexibility for a gradual rollout of the updated app. Nevertheless, making changes to access, incl. adding new members to a vault and adding new devices, requires Cryptomator 1.11.0 or higher.
-With the updated app, users will encounter a two-step migration on their first unlock attempt:
This procedure is a one-time requirement for every user. It allows users to self-manage linked devices and vault owners to more easily manage access without having to frequently regrant permissions each time a user logs in from a new device.
-After updating to Hub 1.3.0, vault owners (formerly known as vault admins) are prompted to claim their vault again using the Vault Admin Password. Initially, only one user can claim ownership. Subsequently, this primary owner can grant ownership rights to others, thus eliminating the need to share the Vault Admin Password.
Once vault members have navigated through the account migration, vault owners should refresh vault permissions. This action will securely distribute the necessary vault keys to the users.
-Q: What exactly is my Account Key?
A: The Account Key is your personal secret, required for registering new devices and establishing your identity across different Cryptomator apps and browsers. Treat it with the same level of security as you would with any important password.
Q: How do I retrieve my Account Key if I lose it?
@@ -241,7 +241,7 @@
Q: What should I do if I encounter problems during the upgrade process?
A: If you encounter any problems during the upgrade process, please contact us at hub@cryptomator.org.
The upgrade to Cryptomator Hub 1.3.0 and Cryptomator 1.11.0 is more than a routine update. It’s a shift towards greater security and user agency. Prepare for the update by backing up essential data, and follow the outlined steps to ensure a smooth transition. Embrace the change, as it brings forward a more robust and user-friendly way to manage your vaults.
2019-01-14
Hey it’s a new year, so here comes our quarterly annual π roadmap preview. +
Hey it’s a new year, so here comes our quarterly annual 🙈 roadmap preview. OpenJDK and OpenJFX Until now we’ve been using Oracle JDK, since this included the GUI library we used for Cryptomator: JavaFX. Beginning with JDK 11, we plan to switch to OpenJDK and OpenJFX. JavaFX will no longer be included in the Oracle JDK anyway and OpenJFX promises shorter release cycles and - as the name suggests - is developed in an open process.
2017-10-17
Today, we are glad to announce the release of Cryptomator 1.0 for Android. π Finally, you can protect your cloud files also on Android devices. The app is naturally fully compatible to the desktop and iOS versions of Cryptomator. +
Today, we are glad to announce the release of Cryptomator 1.0 for Android. 🎉 Finally, you can protect your cloud files also on Android devices. The app is naturally fully compatible to the desktop and iOS versions of Cryptomator. We have worked extensively during the last year to ensure the app’s security and usability. Thanks to your feedback and the experiences of more than 10,000 beta testers, the Android app has finally reached the level of maturity that fulfills Cryptomator’s high standards.
We’ve completely rewritten Cryptomator. Its core components are now modularized to CryptoLib, CryptoFS, and WebDAV-NIO-Adapter. A complete list of closed issues is available here. -Improvements Auto-Unlock!!! π (#40) We finally implemented the most-wished feature. Still experimental and will be completed by autostart (optionally hidden) in future versions New vault format 6 (#521) Added new options to “unlocked” screen: Mount/unmount without locking/unlocking (#452) Network access now filtered by the socket instead of the application (#431) You can now change the socket port without restarting Cryptomator New log system with log file rotation and exposed, user-adjustable configuration Windows Removed IPv6 flag, Windows will now always mount cryptomator-vault which is mapped to 127.
+Improvements Auto-Unlock!!! 🎉 (#40) We finally implemented the most-wished feature. Still experimental and will be completed by autostart (optionally hidden) in future versions New vault format 6 (#521) Added new options to “unlocked” screen: Mount/unmount without locking/unlocking (#452) Network access now filtered by the socket instead of the application (#431) You can now change the socket port without restarting Cryptomator New log system with log file rotation and exposed, user-adjustable configuration Windows Removed IPv6 flag, Windows will now always mount cryptomator-vault which is mapped to 127.Zahlungen werden ΓΌber Paddle abgewickelt.
- - + +
We’ve submitted our declaration request in the beginning of April 2016 and received a first response in the beginning of May. It was just to inform us that they’ve received our request and it’ll take another two months to finish the process. In the end, we’ve received the approval two months after our submission.
I don’t remember exactly how long it took to get the ERN approval, but it was just a matter of days and completely processed online.
I hope you learned something from our experience and if you’re an app developer struggling with the same issue, you hopefully received some insight in this process. Obviously, this information may change in the future, so do some additional research. π
-Funny story: In the approval form are checkboxes, which you can enable if you’re sending a CD or USB flash drive with information of your product (like commercial brochure, user manual, technical details). I couldn’t believe what they were asking for, so I didn’t send anything besides the approval form. They kindly sent me an email, if I could provide a commercial or technical brochure for Cryptomator so that they can process my request. So I did that via email and everything was fine. π
+I hope you learned something from our experience and if you’re an app developer struggling with the same issue, you hopefully received some insight in this process. Obviously, this information may change in the future, so do some additional research. 😉
+Funny story: In the approval form are checkboxes, which you can enable if you’re sending a CD or USB flash drive with information of your product (like commercial brochure, user manual, technical details). I couldn’t believe what they were asking for, so I didn’t send anything besides the approval form. They kindly sent me an email, if I could provide a commercial or technical brochure for Cryptomator so that they can process my request. So I did that via email and everything was fine. 😄
Wir haben endlich die erste Beta-Version von Cryptomator fΓΌr Android nach einer fast 6-monatigen Entwicklungszeit verΓΆffentlicht. Es handelt sich dabei um eine komplett neue und native App. Dazu haben wir den kryptographischen Code aus unserem Hauptprojekt ausgelagert, der nun als CryptoLib verfΓΌgbar ist.
FΓΌr mehr Informationen zum Beta-Test folgen Sie bitte diesem Link. Version 0.1 beinhaltet noch lange nicht alle Features, die wir fΓΌr die finale Version vorgesehen haben, und hat uns bekannte Bugs, aber wir sind trotzdem offen fΓΌr VorschlΓ€ge und natΓΌrlich Fehlerberichte.
Sie kΓΆnnen uns Ihr Feedback in unserem Android-Repository auf GitHub mitteilen. Bitte lesen Sie unsere Contribution Guidelines sorgfΓ€ltig durch.
-Vielen Dank fΓΌr Ihre Geduld! Wir wissen, dass einige von Ihnen schon seit vielen Monaten auf eine Android-App von Cryptomator warten. Wir freuen uns auf Ihr Feedback! π
+Vielen Dank fΓΌr Ihre Geduld! Wir wissen, dass einige von Ihnen schon seit vielen Monaten auf eine Android-App von Cryptomator warten. Wir freuen uns auf Ihr Feedback! 😄
Cryptomator 1.2.3 fΓΌr Windows behebt einen mysteriΓΆsen Fehler, der als Systemfehler 53 oder 67 bekannt ist. Inzwischen ist dieser zwar nicht mehr so mysteriΓΆs, aber er hat uns von Anfang an AlbtrΓ€ume bereitet! Cycor auf GitHub hat die Ursache fΓΌr den Systemfehler 53/67 herausgefunden, nachdem er monatelang selbst dieses Problem hatte, und in GitHub Issue 210 darΓΌber berichtet.
-Scheinbar gibt es einen Windows Registry-Eintrag, der fΓΌr die Auflistung von verfΓΌgbaren Netzwerkprovidern verantwortlich ist, namens ProviderOrder. Das virtuelle Laufwerk von Cryptomator basiert auf WebDAV, daher fΓΌhrt ein fehlender webclient
-Wert im Registry-SchlΓΌssel ProviderOrder
zu genau diesem Fehler. Wir waren lange Zeit ΓΌber diese Situation verzweifelt, da wir dieses Problem auf unseren Rechnern nie reproduzieren konnten. Wir haben bspw. die Option IPv6-Literal eingefΓΌhrt (die wahrscheinlich in einer zukΓΌnftigen Version entfernt wird) oder dachten, dass es an irgendeiner Firewall liegt. Aber nein! Jetzt ist klar, dass es Anwendungen gibt, die diesen Registry-Eintrag verΓ€ndern, weil der webclient
-Wert bei einer sauberen Windows-Installation definitiv nicht fehlt. Shame on them! π
Scheinbar gibt es einen Windows Registry-Eintrag, der fΓΌr die Auflistung von verfΓΌgbaren Netzwerkprovidern verantwortlich ist, namens ProviderOrder. Das virtuelle Laufwerk von Cryptomator basiert auf WebDAV, daher fΓΌhrt ein fehlender webclient
-Wert im Registry-SchlΓΌssel ProviderOrder
zu genau diesem Fehler. Wir waren lange Zeit ΓΌber diese Situation verzweifelt, da wir dieses Problem auf unseren Rechnern nie reproduzieren konnten. Wir haben bspw. die Option IPv6-Literal eingefΓΌhrt (die wahrscheinlich in einer zukΓΌnftigen Version entfernt wird) oder dachten, dass es an irgendeiner Firewall liegt. Aber nein! Jetzt ist klar, dass es Anwendungen gibt, die diesen Registry-Eintrag verΓ€ndern, weil der webclient
-Wert bei einer sauberen Windows-Installation definitiv nicht fehlt. Shame on them! 🔔
Wir haben dieses Problem nun behoben, indem wir den Windows-Installer von Cryptomator angepasst haben. Der Registry-SchlΓΌssel lΓ€sst sich ΓΌbrigens in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order
finden. Falls Sie ein Entwickler sind und zufΓ€llig auf diesen Blog-Beitrag gestoΓen sind, weil Sie dasselbe Problem haben und sogar selbst Inno Setup nutzen, kΓΆnnen Sie den Code auf GitHub finden.
Ein groΓes DankeschΓΆn an Cycor, der die LΓΆsung fΓΌr diesen merkwΓΌrdigen Fehler gefunden hat! π
+Ein groΓes DankeschΓΆn an Cycor, der die LΓΆsung fΓΌr diesen merkwΓΌrdigen Fehler gefunden hat! 😄
AuΓerdem bringt Version 1.2.3 (auch fΓΌr Mac und Linux verfΓΌgbar) weitere Verbesserungen mit sich:
We’ve completely rewritten Cryptomator. Its core components are now modularized to CryptoLib, CryptoFS, and WebDAV-NIO-Adapter. A complete list of closed issues is available here.
Wir freuen uns ΓΌber die heutige VerΓΆffentlichung von Cryptomator 1.0 fΓΌr Android. π Jetzt kΓΆnnen Sie Ihre Cloud-Dateien auch mit Android-GerΓ€ten schΓΌtzen. Die App ist zu den Desktop- und iOS-Versionen von Cryptomator natΓΌrlich kompatibel.
+Wir freuen uns ΓΌber die heutige VerΓΆffentlichung von Cryptomator 1.0 fΓΌr Android. 🎉 Jetzt kΓΆnnen Sie Ihre Cloud-Dateien auch mit Android-GerΓ€ten schΓΌtzen. Die App ist zu den Desktop- und iOS-Versionen von Cryptomator natΓΌrlich kompatibel.
Wir haben die App im letzten Jahr kontinuierlich weiterentwickelt, um hΓΆchste Sicherheit und Benutzerfreundlichkeit zu gewΓ€hrleisten. Dank dem Feedback von Ihnen und ΓΌber 10.000 Beta-Testern hat die Android-App nun ein Stadium erreicht, das den hohen Anforderungen von Cryptomator gerecht wird.
Cryptomator fΓΌr Android ist in der Version 1.0 mit Dropbox, Google Drive, OneDrive sowie WebDAV-basierten Anbietern kompatibel. Sie kΓΆnnen auch Tresore in Androids lokalem Speicher anlegen, um diese bspw. auch ΓΌber Drittanbieter-Apps mit Cloud-Diensten zu synchronisieren. Die App ist im Google Play Store erhΓ€ltlich. Der Kaufpreis betrΓ€gt einmalig 4,99 EUR.
https://cryptomator.org/de/android/
diff --git a/de/blog/2019/01/14/roadmap/index.html b/de/blog/2019/01/14/roadmap/index.html index 3ba77f9989..fa5f336d59 100644 --- a/de/blog/2019/01/14/roadmap/index.html +++ b/de/blog/2019/01/14/roadmap/index.html @@ -5,13 +5,13 @@Hey, es ist ein neues Jahr, also kommt hier in alter Tradition unser vierteljΓ€hrlicher π Blick auf die Roadmap.
Hey, es ist ein neues Jahr, also kommt hier in alter Tradition unser vierteljΓ€hrlicher 🙈 Blick auf die Roadmap.
Bisher haben wir das Oracle JDK verwendet, da dies die GUI-Bibliothek beinhaltete, die wir fΓΌr Cryptomator verwendet haben: JavaFX. Ab JDK 11 planen wir die Umstellung auf OpenJDK und OpenJFX. JavaFX wird ohnehin nicht mehr im Oracle JDK enthalten sein und OpenJFX verspricht kΓΌrzere Release-Zyklen und wird - wie der Name schon sagt - in einem offenen Prozess entwickelt.
Da wir nicht mehr auf “unfreie” Software angewiesen sind, kΓΆnnte Cryptomator in Debian-Repos theoretisch von “contrib” auf “main” wechseln.
Wir hoffen auch, dass das Bauen von Cryptomators einfacher wird, da OpenJFX eine normale AbhΓ€ngigkeit ist und das Oracle JDK mit enthaltenem JavaFX nicht mehr benΓΆtigt wird.
Wir sind erfolgreich auf FUSE (Linux und macOS) und Dokany (Windows) umgestiegen. Jetzt ist es an der Zeit, die Dateisysteme zu verbessern. Eines der am hΓ€ufigsten nachgefragten Features ist die UnterstΓΌtzung von symbolischen Links. Keine Ahnung was das ist? Nicht weiter schlimm. π FΓΌr alle, die darauf warten: Wir planen, Symlinks mit einem der kommenden 1.4.x Releases einzufΓΌhren.
+Wir sind erfolgreich auf FUSE (Linux und macOS) und Dokany (Windows) umgestiegen. Jetzt ist es an der Zeit, die Dateisysteme zu verbessern. Eines der am hΓ€ufigsten nachgefragten Features ist die UnterstΓΌtzung von symbolischen Links. Keine Ahnung was das ist? Nicht weiter schlimm. 😉 FΓΌr alle, die darauf warten: Wir planen, Symlinks mit einem der kommenden 1.4.x Releases einzufΓΌhren.
Wir wollen die gesamte BenutzeroberflΓ€che mit Cryptomator 1.5.0 von Grund auf neu gestalten. Um dies zu erreichen, freuen wir ΓΌber Input aus der Community. Anregungen und Ideen dΓΌrfen gerne in unseren Redesign-Thread einflieΓen.
diff --git a/de/blog/2019/07/21/roadmap/index.html b/de/blog/2019/07/21/roadmap/index.html index 23d13adfa7..01f42b82ea 100644 --- a/de/blog/2019/07/21/roadmap/index.html +++ b/de/blog/2019/07/21/roadmap/index.html @@ -215,10 +215,10 @@Im Desktop-Bereich verfolgen wir zurzeit zwei verschiedene Branches: Zum einen streben wir die Feature-VervollstΓ€ndigung von 1.4.x an, wobei 1.4.12 bereits in den StartlΓΆchern steht. Er wird fΓΌr Linux-Nutzer endlich eine MΓΆglichkeit der Speicherung ihres Passworts im System ermΓΆglichen und das viel gewΓΌnschte Feature der “Custom Mount Flags” beinhalten.
Zum anderen hat bereits die Umsetzung von 1.5.0 begonnen. Wir wollen uns fΓΌr 1.5.0, wie angekΓΌndigt, voll auf die Γberarbeitung der OberflΓ€che konzentrieren und die interne Verarbeitung von Cryptomator etwas entknoten, da es wie viele Open-Source-Projekt ΓΌber die Zeit organisch gewachsen ist und deshalb eine gutes Refactoring mal nΓΆtig hat. π
+Zum anderen hat bereits die Umsetzung von 1.5.0 begonnen. Wir wollen uns fΓΌr 1.5.0, wie angekΓΌndigt, voll auf die Γberarbeitung der OberflΓ€che konzentrieren und die interne Verarbeitung von Cryptomator etwas entknoten, da es wie viele Open-Source-Projekt ΓΌber die Zeit organisch gewachsen ist und deshalb eine gutes Refactoring mal nΓΆtig hat. 😉
Nach dem Release von Cryptomator 1.4.0 fΓΌr iOS mit eingebauter Cache-Funktion, mit der einerseits das wiederholte Herunterladen von Dateien vermieden und andererseits ein (limitierter) Offine-Zugriff ermΓΆglicht wird, haben die Arbeiten an Cryptomator 1.5.0 fΓΌr iOS begonnen.
Das Hauptaugenmerk wird die Integration in die Dateien-App von iOS sein. Voraussichtlich wird hier erst der Ausbau unseres Document Providers erfolgen, welches um die Methoden βOpenβ und βMoveβ erweitert wird. Damit wird es dann mΓΆglich sein, aus anderen Apps heraus direkt auf Dateien innerhalb eines Cryptomator-Tresors zuzugreifen, ohne dass diese hin- und herkopiert werden mΓΌssen.
diff --git a/de/blog/2020/02/12/roadmap/index.html b/de/blog/2020/02/12/roadmap/index.html index 28705403bd..de87bc302e 100644 --- a/de/blog/2020/02/12/roadmap/index.html +++ b/de/blog/2020/02/12/roadmap/index.html @@ -224,7 +224,7 @@Die iOS-App erhΓ€lt natΓΌrlich ebenfalls ein Update, um das neue Tresor-Format zu unterstΓΌtzen. DarΓΌber hinaus gibt es viele kleinere Verbesserungen unter der Haube, allerdings keine groΓen neuen Features. Caching gibt es allerdings hier schon und auch um den Google Play Store kommt man herum. π
+Die iOS-App erhΓ€lt natΓΌrlich ebenfalls ein Update, um das neue Tresor-Format zu unterstΓΌtzen. DarΓΌber hinaus gibt es viele kleinere Verbesserungen unter der Haube, allerdings keine groΓen neuen Features. Caching gibt es allerdings hier schon und auch um den Google Play Store kommt man herum. 😉
Stand heute fehlen nur noch wenige Features (etwa die Nutzung des Wiederherstellungs-SchlΓΌsses) und der letzte Feinschliff. Aber wir wollen sicher gehen, dass alle Mobil-Apps und auch Drittanbieter-Tools wie Cyberduck mit dem neuen Tresorformat kompatibel sind und befinden uns daher derzeit in einer etwas gedehnte Testphase mit bereits sehr ausgereiften Beta-Versionen. FΓΌr einige Bugfixes (etwa diesen), warten wir derzeit noch auf einen Upstream-Fix.
Gleichzeitig bereiten wir unsere Dokumentation fΓΌr 1.5.0 vor, gestalten eine neue FAQ-Sektion fΓΌr unsere Website und integrieren die neuen Γbersetzungen, die von unserer phantastischen Community regelmΓ€Γig beigetragen werden.
diff --git a/de/blog/2020/04/20/release-1.5.0/index.html b/de/blog/2020/04/20/release-1.5.0/index.html index fe0126f966..617c6dc209 100644 --- a/de/blog/2020/04/20/release-1.5.0/index.html +++ b/de/blog/2020/04/20/release-1.5.0/index.html @@ -215,10 +215,10 @@Cryptomator has been redesigned and comes with a new dark mode. It is not simply a redesign, it was a full rewrite of the UI. During the rewrite, a whole new code structure was planned which makes it easier to extend the application in the future. One goal of the redesign was to make the onboarding process easier for users who don’t feel too comfortable with encryption software. Usability tests helped designing the workflows and understanding common misconceptions. Besides the redesign, the new vault format 7 increases compatibility with some cloud services and at the same time reduces the complexity for certain I/O operations.
-To support the ongoing open-source development of Cryptomator, consider buying a donation key, which unlocks the new dark mode. β€οΈ Detailed release notes for the desktop app are available on GitHub.
-As you might have noticed, this website is also shining in a completely new design. β¨
+To support the ongoing open-source development of Cryptomator, consider buying a donation key, which unlocks the new dark mode. ❤️ Detailed release notes for the desktop app are available on GitHub.
+As you might have noticed, this website is also shining in a completely new design. ✨
New updates for iOS and Android have been released as well. To celebrate the release, our mobile apps are 40% off until April 23! π€
+New updates for iOS and Android have been released as well. To celebrate the release, our mobile apps are 40% off until April 23! 🤖
Cryptomator for Android is now also available as an APK version through our own online store.
Dieser Blogeintrag richtet sich an die Cryptomator-“Power-User” unter uns und beschreibt, wie man das VertrauensverhΓ€ltnis zur Cryptomator Android-App vollstΓ€ndig herstellen kann.
-Wenn es um unsere Desktop-Anwendung geht, fordern wir, dass Sie uns nicht vertrauen mΓΌssen, aber Sie (oder zumindest viele Entwickler) stattdessen ΓΌberprΓΌfen kΓΆnnen, was Cryptomator tut. FΓΌr unsere mobilen Anwendungen ist dies, offen gesagt, nur die halbe Wahrheit. WΓ€hrend der VerschlΓΌsselungscode vollstΓ€ndig open-source ist, ist der UI- und Cloud-Zugriffscode (noch π) nicht.
+
Wenn es um unsere Desktop-Anwendung geht, fordern wir, dass Sie uns nicht vertrauen mΓΌssen, aber Sie (oder zumindest viele Entwickler) stattdessen ΓΌberprΓΌfen kΓΆnnen, was Cryptomator tut. FΓΌr unsere mobilen Anwendungen ist dies, offen gesagt, nur die halbe Wahrheit. WΓ€hrend der VerschlΓΌsselungscode vollstΓ€ndig open-source ist, ist der UI- und Cloud-Zugriffscode (noch 😉) nicht.
Wenn Sie sich zu den paranoideren Benutzern zΓ€hlen, die es vorziehen, alles selbst zu kompilieren, kΓΆnnten Sie die berechtigte Frage stellen: Wie kΓΆnnen Sie die aktuelle, offene App auf HintertΓΌren ΓΌberprΓΌfen?
Eine Backdoor erfordert Kommunikation mit einem externen Server. Wenn Tresore nur aus dem Dateisystem des GerΓ€tes geΓΆffnet werden, benΓΆtigt die Cryptomator-App keine Internetverbindung. Alternativ kann der Tresor auch auf das Dateisystem des Smartphones mit einer Dritt-Applikation wie zum Beispiel Syncthing bidirektional synchronisiert werden.
Verwendet man dieses Setup, kann die Internet-Berechtigung der Cryptomator-App entzogen werden, wodurch die App anschlieΓend keine Daten aus dem Internet empfangen oder senden kann.
diff --git a/de/blog/2020/11/20/roadmap/index.html b/de/blog/2020/11/20/roadmap/index.html index 69eb2d96f0..f24e379a38 100644 --- a/de/blog/2020/11/20/roadmap/index.html +++ b/de/blog/2020/11/20/roadmap/index.html @@ -209,15 +209,15 @@Wir haben kΓΌrzlich Cryptomator 1.5.10 fΓΌr Windows, macOS und Linux mit vielen neuen Features und Fehlerbehebungen verΓΆffentlicht. Nun, eigentlich waren die Γnderungen fΓΌr 1.5.9 vorgesehen, aber wir haben daraufhin einen Hotfix-Release verΓΆffentlicht. π Da sich das (verrΓΌckte) Jahr dem Ende zuneigt, mΓΆchten wir euch einen Einblick in unsere plattformΓΌbergreifende Roadmap fΓΌr die kommenden Monate geben!
+Wir haben kΓΌrzlich Cryptomator 1.5.10 fΓΌr Windows, macOS und Linux mit vielen neuen Features und Fehlerbehebungen verΓΆffentlicht. Nun, eigentlich waren die Γnderungen fΓΌr 1.5.9 vorgesehen, aber wir haben daraufhin einen Hotfix-Release verΓΆffentlicht. 😁 Da sich das (verrΓΌckte) Jahr dem Ende zuneigt, mΓΆchten wir euch einen Einblick in unsere plattformΓΌbergreifende Roadmap fΓΌr die kommenden Monate geben!
Mit dem Redesign und vollstΓ€ndigen Γberarbeitung der BenutzeroberflΓ€che in 1.5.0 haben wir eine gute Grundlage fΓΌr das HinzufΓΌgen weiterer Features geschaffen. Es gab allerdings ein Γ€lteres Feature, das nicht in die engere Wahl geschafft hat, aber jetzt mit der neuesten Version wieder verfΓΌgbar ist: Tresor-Statistik. π
+Mit dem Redesign und vollstΓ€ndigen Γberarbeitung der BenutzeroberflΓ€che in 1.5.0 haben wir eine gute Grundlage fΓΌr das HinzufΓΌgen weiterer Features geschaffen. Es gab allerdings ein Γ€lteres Feature, das nicht in die engere Wahl geschafft hat, aber jetzt mit der neuesten Version wieder verfΓΌgbar ist: Tresor-Statistik. 🎉
Aber es geht noch weiter! Tresor-PasswΓΆrter kΓΆnnen jetzt auch unter Linux in KWallet gespeichert werden. Herzlichen Dank an Ralph Plawetzki (purejava auf GitHub) fΓΌr seine Open-Source-Beitrag! AuΓerdem ist es jetzt unter Windows mΓΆglich, den Tresor ΓΌber FUSE zu mounten. Dies ist allerdings ein Beta-Feature! Um es auszuprobieren, muss WinFSP installiert sein. Wir wΓΌrden uns ΓΌber euer Feedback dazu freuen!
Was die Distribution betrifft, so haben wir unsere Erwartungen nicht ganz erfΓΌllt. Flatpak bereitet uns weiterhin Probleme, da wir seine Sandbox nicht davon ΓΌberzeugen konnten, FUSE-Laufwerke richtig zu unterstΓΌtzen. Aber wir werden das Vorhaben nicht aufgeben!
-Unter der Haube haben wir die integrations-api nebst Implementierungen fΓΌr jedes Betriebssystem eingefΓΌhrt. Es ist ein neuer Weg fΓΌr Cryptomator, native (auch OS-spezifische) FunktionalitΓ€ten einzubinden. Jetzt ist es einfacher denn je, native Funktionen zu implementieren. Schnappt euch also eure Tastatur und fangt an zu hacken! π Mit dieser Γnderung haben wir das alte Repository native-functions archiviert. π
+Unter der Haube haben wir die integrations-api nebst Implementierungen fΓΌr jedes Betriebssystem eingefΓΌhrt. Es ist ein neuer Weg fΓΌr Cryptomator, native (auch OS-spezifische) FunktionalitΓ€ten einzubinden. Jetzt ist es einfacher denn je, native Funktionen zu implementieren. Schnappt euch also eure Tastatur und fangt an zu hacken! 😁 Mit dieser Γnderung haben wir das alte Repository native-functions archiviert. 👋
Wie geht es weiter? Unser Plan ist es, zur Version 1.6.x ΓΌberzugehen. Zuerst wollen wir Sanitizer integrieren, damit ihr den Zustand eures Tresors ΓΌberprΓΌfen und Bereinigungs- und Wiederherstellungsbefehle direkt in der Cryptomator-BenutzeroberflΓ€che ausfΓΌhren kΓΆnnt. DarΓΌber hinaus planen wir, die SchlΓΌsselherleitung von der TresorverschlΓΌsselung zu entkoppeln, um mehr Optionen fΓΌr die Authentifizierung anbieten zu kΓΆnnen, einschlieΓlich der Speicherung von PasswΓΆrtern durch Dritte, 2FA und Mehrbenutzerzugang mit individuellen PasswΓΆrtern.
In den letzten Monaten haben wir neue Features wie Face Unlock, Sort Directory Listings und Search Using Glob Pattern Matching hinzugefΓΌgt. Einige Communitymitglieder haben die App auch in FranzΓΆsisch und TΓΌrkisch ΓΌbersetzt. Vielen Dank fΓΌr eure BeitrΓ€ge!
diff --git a/de/blog/2020/12/23/android-open-source/index.html b/de/blog/2020/12/23/android-open-source/index.html index 241086ba39..29eae0d071 100644 --- a/de/blog/2020/12/23/android-open-source/index.html +++ b/de/blog/2020/12/23/android-open-source/index.html @@ -210,12 +210,12 @@Es wird definitiv eine Γbergangsphase und Lernkurve fΓΌr uns geben, um das Repository feinzutunen und Open-Source-BeitrΓ€ge zu koordinieren, aber es sollte nicht allzu weit vom “Haupt”-Repository Cryptomator fΓΌr Windows, macOS und Linux entfernt sein, das von Anfang an Open-Source war.
-Wir freuen uns auf eure BeitrΓ€ge und sind dir sowie der gesamten Community, die diesen Schritt ermΓΆglicht hat, sehr dankbar. Um die fortlaufende Open-Source-Entwicklung von Cryptomator zu unterstΓΌtzen, freuen wir uns ΓΌber eine Spende oder ein Sponsoring. β€οΈ
+Wir freuen uns auf eure BeitrΓ€ge und sind dir sowie der gesamten Community, die diesen Schritt ermΓΆglicht hat, sehr dankbar. Um die fortlaufende Open-Source-Entwicklung von Cryptomator zu unterstΓΌtzen, freuen wir uns ΓΌber eine Spende oder ein Sponsoring. ❤️
Und was ist mit Cryptomator fΓΌr iOS? Um aus unserer “Roadmap Late 2020” zu zitieren:
-Wir werden die aktuelle App nicht mehr open-sourcen, weil wir nach vorne schauen mΓΆchten. Die neue App haben wir bereits darauf ausgelegt, dass sie ohne Weiteres open-sourcen kΓΆnnen, aber es wird noch einige Zeit dauern, bis wir etwas verΓΆffentlichen kΓΆnnen.
Frohe Feiertage und einen guten Rutsch in das neue Jahr! π
+Frohe Feiertage und einen guten Rutsch in das neue Jahr! 🎁
Endlich ist es soweit! π Die brandneue iOS-App von Cryptomator kann nun in einer Beta-Version per TestFlight ausprobiert werden und das Projekt ist jetzt wie angekΓΌndigt vollstΓ€ndig quelloffen! Damit ist nun die gesamte Cryptomator-Familie open-source, bestehend aus der Desktop-, Android- und iOS-Version.
+Endlich ist es soweit! 🎉 Die brandneue iOS-App von Cryptomator kann nun in einer Beta-Version per TestFlight ausprobiert werden und das Projekt ist jetzt wie angekΓΌndigt vollstΓ€ndig quelloffen! Damit ist nun die gesamte Cryptomator-Familie open-source, bestehend aus der Desktop-, Android- und iOS-Version.
Die neue Cryptomator-App mit der vollstΓ€ndigen Integration in die Dateien-App von iOS erfΓΌllt einen der grΓΆΓten NutzerwΓΌnsche. Beispielsweise ist es nun mΓΆglich, Dateien innerhalb von Word direkt in einen Cryptomator-Tresor verschlΓΌsselt zu speichern. Auf dem iPad wird Drag & Drop mit der neuen App ermΓΆglicht. Generell werden alle Features der Dateien-App automatisch von Cryptomator mitunterstΓΌtzt.
Die Entwicklung an der neuen iOS-App hat vor gut einem Jahr begonnen und wurde von Grund auf in der Programmiersprache Swift neu geschrieben. D.h. wir nutzen nun die aktuellsten Tools zur Entwicklung der App und kΓΆnnen somit schneller neue Features von iOS unterstΓΌtzen. Das Projekt ist dadurch zukunftssicherer und leichter zu warten. Nachdem wir die Android-App vor einem halben Jahr open-sourcen konnten und seitdem zahlreiche Updates mit tollen BeitrΓ€gen aus der Community verΓΆffentlicht haben, konnten wir es kaum erwarten, auch den Quellcode derΒ neuen iOS-App zu verΓΆffentlichen. Durch Open-Source ist die neue App nun, wie von unseren anderen Projekten gewohnt, zugΓ€nglich fΓΌr alle interessierten Entwickler:innen und die ganze Community.
-Wir sind schon sehr gespannt auf euer Feedback und eure BeitrΓ€ge und sind dir sowie der gesamten Community, die diesen Schritt ermΓΆglicht hat, sehr dankbar. Um die fortlaufende Open-Source-Entwicklung von Cryptomator zu unterstΓΌtzen, freuen wir uns ΓΌber eine Spende oder ein Sponsoring. β€οΈ
+Wir sind schon sehr gespannt auf euer Feedback und eure BeitrΓ€ge und sind dir sowie der gesamten Community, die diesen Schritt ermΓΆglicht hat, sehr dankbar. Um die fortlaufende Open-Source-Entwicklung von Cryptomator zu unterstΓΌtzen, freuen wir uns ΓΌber eine Spende oder ein Sponsoring. ❤️
Meanwhile, maybe you, our community can help us out.
Cryptomator for Desktop was always open source. Cryptomator for iOS and Android are now open source as well. And as such, we also rely on our community to receive feedback, distribute the app and improve its functionality.
-So, we are always very excited about contributions and are happy to assist, especially when it comes to the Document Provider. π
+So, we are always very excited about contributions and are happy to assist, especially when it comes to the Document Provider. 😉
Im eigentlichen Migrationsprozess wird zuerst die Tresorkonfigurationsdatei vault.cryptomator
erstellt und mit den korrekten Werten wie dem bereits erwΓ€hnten eindeutigen Tresorkennzeichen gefΓΌllt.
Zweitens wird die bereits vorhandene Masterkey-Datei aktualisiert.
-Und drittens… das war’s auch schon π Keine anderen Dateien mΓΌssen geΓ€ndert werden!
Wie Ihr seht, bringt das Tresorformat 8 nur eine kleine und leicht zu bewerkstelligende Γnderung mit sich und macht gleichzeitig Platz fΓΌr interessante und spannende neue Funktionen. Mit dem Update auf Cryptomator 1.6.0, werden neu erstelle Tresore das Format 8 direkt besitzten, Tresore einer frΓΌheren Version mΓΌssen migriert werden. Beachtet, dass die Masterkey-Datei weiterhin benΓΆtigt wird, da sie den eigentlichen SchlΓΌssel zu eurem Tresor enthΓ€lt.
diff --git a/de/blog/2021/12/21/ios-2.0/index.html b/de/blog/2021/12/21/ios-2.0/index.html index d729b37416..7c08037060 100644 --- a/de/blog/2021/12/21/ios-2.0/index.html +++ b/de/blog/2021/12/21/ios-2.0/index.html @@ -205,7 +205,7 @@Wir freuen uns, euch mitteilen zu kΓΆnnen, dass Cryptomator 2.0 fΓΌr iOS ab sofort im App Store verfΓΌgbar ist! π Wir mΓΆchten uns bei unseren ΓΌber 2.300 TestFlight-Nutzer:innen bedanken, die die App in den letzten 6 Monaten getestet haben. β€οΈ
+Wir freuen uns, euch mitteilen zu kΓΆnnen, dass Cryptomator 2.0 fΓΌr iOS ab sofort im App Store verfΓΌgbar ist! 🎉 Wir mΓΆchten uns bei unseren ΓΌber 2.300 TestFlight-Nutzer:innen bedanken, die die App in den letzten 6 Monaten getestet haben. ❤️
Wir freuen uns, euch mitteilen zu kΓΆnnen, dass Cryptomator Hub, die Team- und UnternehmenslΓΆsung fΓΌr Cryptomator, fΓΌr den Produktionseinsatz bereit ist! π Vielen Dank an unsere Tester, die in den letzten 3 Monaten an unserer offenen Beta teilgenommen haben, fΓΌr ihr Feedback.
+Wir freuen uns, euch mitteilen zu kΓΆnnen, dass Cryptomator Hub, die Team- und UnternehmenslΓΆsung fΓΌr Cryptomator, fΓΌr den Produktionseinsatz bereit ist! 🎉 Vielen Dank an unsere Tester, die in den letzten 3 Monaten an unserer offenen Beta teilgenommen haben, fΓΌr ihr Feedback.
Kurz gesagt: Cryptomator Hub ermΓΆglicht die Zugriffsverwaltung fΓΌr Cryptomator-Tresore und somit die sichere Zusammenarbeit von Teams mit vertraulichen und sensiblen Dateien fΓΌr beliebige Cloud-Speicher.
Unser kurzes EinfΓΌhrungsvideo zeigt euch mehr ΓΌber die Grundlagen von Cryptomator Hub.
@@ -213,8 +213,8 @@Der individuelle Zugriff auf Cryptomator-Tresore wird durch eine serverseitige Authentifizierung und eine SchlΓΌsselverwaltung gesichert. Hub verwaltet das SchlΓΌsselmaterial basierend auf einer Zero-Knowledge-LΓΆsung, ohne mit unverschlΓΌsselten SchlΓΌsseln in BerΓΌhrung zu kommen. Mehr erfahren.
Die Self-Hosted-LΓΆsung wird als Softwarecontainer ausgeliefert und kann mittels Kubernetes oder Docker installiert werden. Mehr Infos zum Loslegen gibt es auf Landing Page von Cryptomator Hub.
-Hub kann bis zu einer TeamgrΓΆΓe von 5 Personen kostenlos genutzt werden. FΓΌr grΓΆΓere Teams und Unternehmen kann ΓΌber die Webseite eine jΓ€hrliche Lizenz mit 6,00β¬ pro Sitz und Monat erworben werden. Bis zum Ende des Jahres gibt es eine Rabattaktion, die 25% Nachlass auf das erste Jahr gewΓ€hrt. π
-Und wie immer, Cryptomator Hub ist vollstΓ€ndig Open-Source. Bei weiteren Fragen teilt sie uns gerne in der untenstehenden Diskussion mit oder kontaktiert uns. Wir freuen uns auf euer Feedback! π€
+Hub kann bis zu einer TeamgrΓΆΓe von 5 Personen kostenlos genutzt werden. FΓΌr grΓΆΓere Teams und Unternehmen kann ΓΌber die Webseite eine jΓ€hrliche Lizenz mit 6,00β¬ pro Sitz und Monat erworben werden. Bis zum Ende des Jahres gibt es eine Rabattaktion, die 25% Nachlass auf das erste Jahr gewΓ€hrt. 🎊
+Und wie immer, Cryptomator Hub ist vollstΓ€ndig Open-Source. Bei weiteren Fragen teilt sie uns gerne in der untenstehenden Diskussion mit oder kontaktiert uns. Wir freuen uns auf euer Feedback! 🤖
Du hast vielleicht mitbekommen, dass Dropbox die IP-Technologie von Boxcryptor ΓΌbernommen hat. Wir gratulieren beiden Unternehmen und wΓΌnschen ihnen alles Gute fΓΌr die Zukunft! π
-Schon seit geraumer Zeit wird Cryptomator als Alternative zu Boxcryptor betrachtet und man kann sich bestimmt gut vorstellen, dass wir von dieser Neuigkeit sehr ΓΌberrascht waren. Am heutigen Computer Security Day mΓΆchten wir die Gelegenheit nutzen, um dir mitzuteilen, dass Cryptomator hier ist, um zu bleiben β€οΈ
+Du hast vielleicht mitbekommen, dass Dropbox die IP-Technologie von Boxcryptor ΓΌbernommen hat. Wir gratulieren beiden Unternehmen und wΓΌnschen ihnen alles Gute fΓΌr die Zukunft! 🎉
+Schon seit geraumer Zeit wird Cryptomator als Alternative zu Boxcryptor betrachtet und man kann sich bestimmt gut vorstellen, dass wir von dieser Neuigkeit sehr ΓΌberrascht waren. Am heutigen Computer Security Day mΓΆchten wir die Gelegenheit nutzen, um dir mitzuteilen, dass Cryptomator hier ist, um zu bleiben ❤️
NatΓΌrlich sind wir von dieser Γbernahme nicht betroffen. Wir sind immer noch das gleiche Team, mit den gleichen Zielen und der gleichen Vision. Die Skymatic GmbH wird Cryptomator weiterhin entwickeln und pflegen und wir werden auch weiterhin eine freie und quelloffene LΓΆsung fΓΌr Ende-zu-Ende-VerschlΓΌsselung anbieten. π
+NatΓΌrlich sind wir von dieser Γbernahme nicht betroffen. Wir sind immer noch das gleiche Team, mit den gleichen Zielen und der gleichen Vision. Die Skymatic GmbH wird Cryptomator weiterhin entwickeln und pflegen und wir werden auch weiterhin eine freie und quelloffene LΓΆsung fΓΌr Ende-zu-Ende-VerschlΓΌsselung anbieten. 🚀
Das Konzept hinter Cryptomator ist unabhΓ€ngig von einem einzelnen Cloud-Anbieter und wir werden weiterhin so viele Cloud-Anbieter wie mΓΆglich unterstΓΌtzen.
Cryptomator ist eine Anwendung, die ausschlieΓlich auf dem EndgerΓ€t lΓ€uft, und benΓΆtigt keine Infrastruktur vom Anbieter. Das heiΓt, selbst wenn die Skymatic GmbH den Betrieb einstellt, kΓΆnnen bestehende und neue Nutzer:innen Cryptomator weiter verwenden.
Wir haben immer wieder beobachtet, wie sensibel proprietΓ€re Dienste durch Γbernahmen beeinflusst werden kΓΆnnen. Wir sind der Γberzeugung, dass das Recht auf digitale Selbstverteidigung nicht einfach verkauft werden darf. Nicht nur aus diesem Grund setzt Cryptomator auf Open-Source-Lizenzen. Durch GPLv3 (eine Copyleft-Lizenz) ist garantiert, dass selbst im Falle einer Γbernahme die Technologie nicht vom Markt genommen werden kann.
@@ -215,12 +215,12 @@Es ist wahrscheinlich noch zu frΓΌh, um dazu Genaueres zu sagen, aber Dropbox plant, ihre Ende-zu-Ende-VerschlΓΌsselung nur fΓΌr GeschΓ€ftskunden anzubieten. Wir freuen uns zu sehen, dass Dropbox die Ende-zu-Ende-VerschlΓΌsselung ernst nimmt.
Cryptomator arbeitet sehr gut mit Dropbox zusammen und fΓΌr den Moment ist die VerschlΓΌsselung von Dropbox mit Cryptomator die beste Option.
Wir bedauern es sehr, dass Boxcryptor ihren bestehenden Dienst einstellen wird. Es ist fΓΌr neue Nutzer nicht mehr verfΓΌgbar und bestehende Nutzer:innen werden wahrscheinlich migrieren mΓΌssen, wenn ihre VertrΓ€ge auslaufen. Wenn du davon betroffen bist, heiΓen wir dich herzlich willkommen, Cryptomator auszuprobieren. π Besuche unsere Community fΓΌr Hilfe und UnterstΓΌtzung.
+Wir bedauern es sehr, dass Boxcryptor ihren bestehenden Dienst einstellen wird. Es ist fΓΌr neue Nutzer nicht mehr verfΓΌgbar und bestehende Nutzer:innen werden wahrscheinlich migrieren mΓΌssen, wenn ihre VertrΓ€ge auslaufen. Wenn du davon betroffen bist, heiΓen wir dich herzlich willkommen, Cryptomator auszuprobieren. 😉 Besuche unsere Community fΓΌr Hilfe und UnterstΓΌtzung.
Cryptomator kann fΓΌr alle gΓ€ngigen Betriebssysteme heruntergeladen werden und ist ideal fΓΌr den persΓΆnlichen Gebrauch. Die Desktop-App ist kostenlos und die mobilen Apps kΓΆnnen gegen eine einmalige GebΓΌhr erworben werden.
-Wenn du eine LΓΆsung fΓΌr Teams und Unternehmen suchst, schaue dir Cryptomator Hub an, das ebenfalls Open-Source ist. π
+Wenn du eine LΓΆsung fΓΌr Teams und Unternehmen suchst, schaue dir Cryptomator Hub an, das ebenfalls Open-Source ist. 🎉
Cryptomator begann vor fast neun Jahren als ein Nebenprojekt. Heute sind wir ein Team von leidenschaftlichen Entwicklern und freuen uns, dass wir an Cryptomator arbeiten kΓΆnnen. Ein groΓes Lob an alle unsere Open-Source-Contributors, Γbersetzer und Tester! Wir sind dankbar fΓΌr all die UnterstΓΌtzung, die wir im Laufe der Jahre von der Cryptomator-Community erhalten haben, und fΓΌr das Vertrauen, das ihr uns entgegenbringt. Unser besonderer Dank gilt unseren Sponsoren und UnterstΓΌtzern!
-Wir haben das GefΓΌhl, dass wir gerade erst am Anfang stehen und haben noch groΓe Updates vor uns! Um die fortlaufende Open-Source-Entwicklung von Cryptomator zu unterstΓΌtzen, freuen wir uns ΓΌber eine Spende oder ein Sponsoring. β€οΈ
+Wir haben das GefΓΌhl, dass wir gerade erst am Anfang stehen und haben noch groΓe Updates vor uns! Um die fortlaufende Open-Source-Entwicklung von Cryptomator zu unterstΓΌtzen, freuen wir uns ΓΌber eine Spende oder ein Sponsoring. ❤️
Wir freuen uns, euch mitteilen zu kΓΆnnen, dass Managed-Instanzen von Cryptomator Hub ab sofort verfΓΌgbar sind! π AuΓerdem haben wir Hub 1.1.0 mit UnterstΓΌtzung fΓΌr WiederherstellungsschlΓΌssel verΓΆffentlicht.
+Wir freuen uns, euch mitteilen zu kΓΆnnen, dass Managed-Instanzen von Cryptomator Hub ab sofort verfΓΌgbar sind! 🎉 AuΓerdem haben wir Hub 1.1.0 mit UnterstΓΌtzung fΓΌr WiederherstellungsschlΓΌssel verΓΆffentlicht.
Das Wichtigste zuerst. π Um loszulegen, kΓΆnnt ihr jetzt Zugang zu einer Managed-Instanz von Cryptomator Hub anfordern. Nach Beantragung werden wir uns so schnell wie mΓΆglich zurΓΌckmelden. Derzeit werden einige der Schritte, die wir intern durchfΓΌhren, um eine Managed-Hub-Instanz zu erstellen, noch βmanuellβ ausgefΓΌhrt. Wir arbeiten daran, diesen Prozess zu automatisieren, aber wir wollten die VerΓΆffentlichung nicht lΓ€nger verzΓΆgern.
+Das Wichtigste zuerst. 🚀 Um loszulegen, kΓΆnnt ihr jetzt Zugang zu einer Managed-Instanz von Cryptomator Hub anfordern. Nach Beantragung werden wir uns so schnell wie mΓΆglich zurΓΌckmelden. Derzeit werden einige der Schritte, die wir intern durchfΓΌhren, um eine Managed-Hub-Instanz zu erstellen, noch βmanuellβ ausgefΓΌhrt. Wir arbeiten daran, diesen Prozess zu automatisieren, aber wir wollten die VerΓΆffentlichung nicht lΓ€nger verzΓΆgern.
Managed-Instanzen von Cryptomator Hub ermΓΆglichen die sofortige Nutzung von Cryptomator Hub, ohne eine Self-Hosted-Instanz installieren und warten zu mΓΌssen.
Bisher konnte man nur die Self-Hosted-Version von Cryptomator Hub verwenden. Dies erfordert eine Menge Wissen darΓΌber, wie man einen Software-Container mittels Kubernetes oder Docker Compose installiert. Und wenn man dieses Wissen hat, muss man die Instanz immer noch selbst warten. Dazu gehΓΆrt, die Software zu aktualisieren, die Instanz zu ΓΌberwachen und ihre Sicherheit zu gewΓ€hrleisten.
@@ -211,7 +211,7 @@All dies wird durch das zugrundeliegende Zero-Knowledge Key Management ermΓΆglicht. Cryptomator Hub speichert keine unverschlΓΌsselten SchlΓΌssel. Das gesamte SchlΓΌsselmaterial bleibt lokal auf dem Client und wir kΓΆnnen eure Daten nicht entschlΓΌsseln. Zudem ist Hub unabhΓ€ngig von eurem Cloudspeicher-Anbieter ist. Zusammengefasst: Wir haben keinen Zugriff auf das SchlΓΌsselmaterial oder die Cloud-Dateien.
Und es geht weiter: Wir haben Cryptomator Hub 1.1.0 mit UnterstΓΌtzung fΓΌr WiederherstellungsschlΓΌssel verΓΆffentlicht. Damit kann man im Katastrophenfall auf seine Daten zugreifen. Und nicht nur das: Der WiederherstellungsschlΓΌssel ist mit dem von Cryptomator kompatibel. Das bedeutet, dass ihr eure bestehenden Tresore in Hub-Tresore umwandeln kΓΆnnt und umgekehrt.
-Was heiΓt das fΓΌr eure Managed-Instanz? Wenn wir aufhΓΆren zu existieren (wir werden oft gefragt, dank Boxcryptor π), kΓΆnnt ihr eure Hub-Tresore in βnormaleβ passwortbasierte Tresore umwandeln, komplett offline, so dass ihr immer und unter allen UmstΓ€nden Zugriff auf eure Daten habt. Dies ist auch fΓΌr eure Self-Hosted-Instanzen von Vorteil, falls eurem Server etwas zustoΓen sollte.
+Was heiΓt das fΓΌr eure Managed-Instanz? Wenn wir aufhΓΆren zu existieren (wir werden oft gefragt, dank Boxcryptor 😉), kΓΆnnt ihr eure Hub-Tresore in βnormaleβ passwortbasierte Tresore umwandeln, komplett offline, so dass ihr immer und unter allen UmstΓ€nden Zugriff auf eure Daten habt. Dies ist auch fΓΌr eure Self-Hosted-Instanzen von Vorteil, falls eurem Server etwas zustoΓen sollte.
Wie du vielleicht schon bemerkt hast, haben wir letzten Monat Cryptomator 1.8.0 fΓΌr Android verΓΆffentlicht! Diese Version enthΓ€lt viele interne Γnderungen, einige neue Funktionen und einige Bugfixes.
-Diese Version hat eine ganze Weile gedauert, aber wir haben es endlich geschafft! π ZusΓ€tzlich zu den Release Notes mΓΆchten wir dir hier noch mehr Details zu einigen Γnderungen geben.
+Diese Version hat eine ganze Weile gedauert, aber wir haben es endlich geschafft! 🎉 ZusΓ€tzlich zu den Release Notes mΓΆchten wir dir hier noch mehr Details zu einigen Γnderungen geben.
Die auffΓ€lligste Γnderung in dieser Version ist der Wechsel zu Material 3, das die BenutzeroberflΓ€che modernisiert.
Wir freuen uns, Cryptomator Hub 1.2.0 zu verΓΆffentlichen, mit wichtigen Updates fΓΌr Administratoren und Benutzer. π Schauen wir uns an, was neu ist.
-Wir freuen uns, Cryptomator Hub 1.2.0 zu verΓΆffentlichen, mit wichtigen Updates fΓΌr Administratoren und Benutzer. 🎉 Schauen wir uns an, was neu ist.
+Unser neues Feature βAudit Logsβ, die mit einer kostenpflichtigen Lizenz verfΓΌgbar ist, ermΓΆglicht Administratoren Einblicke in die BenutzeraktivitΓ€ten. Γberwache TresorΓ€nderungen, SchlΓΌsselabrufe sowie andere wichtige AktivitΓ€ten und schaffe so eine zusΓ€tzliche Ebene der Transparenz und Verantwortlichkeit in deinem Unternehmen.
-Mit der Aktion βTresor-Metadaten bearbeitenβ ist es jetzt mΓΆglich, Tresor-Details individuell anzupassen. Du kannst jetzt den Namen und die Beschreibung deiner Tresore Γ€ndern, damit du deine Tresore ΓΌbersichtlich und leicht identifizierbar halten kannst. AuΓerdem mΓΌssen die Namen der Tresore nicht mehr eindeutig sein, was mehr FlexibilitΓ€t bietet.
Wir haben auΓerdem die Aktion βTresor archivierenβ hinzugefΓΌgt, mit der du Tresore aus deiner Liste entfernen kannst. Reaktiviere archivierte Tresore bei Bedarf ganz einfach wieder.
-Unsere neue βBenutzerprofilβ-Seite zentralisiert das GerΓ€temanagement und die Benutzereinstellungen an einem Ort. ZusΓ€tzlich haben wir einen βKonto verwaltenβ-Link integriert, ΓΌber den Benutzer bei Keycloak ihr Passwort Γ€ndern und 2FA konfigurieren kΓΆnnen.
-Ein Upgrade auf 1.2.0 ist einfach. Wenn du die stabile Version stable
verwendest, musst du nur das Image pullen und den Service neu starten. Andernfalls aktualisiere die Versionsnummer in deiner Docker Compose- oder Kubernetes-Spec-Datei, bevor du den Service neu startest. Denke daran, immer ein Backup deiner Daten zu erstellen, insbesondere vor dem Upgrade. Bei Managed-Instanzen kannst du sicher sein, dass du bereits die neueste Version verwendest.
Mit dem nΓ€chsten Feature-Update werden wir unser SchlΓΌsselverwaltungssystem grundlegend ΓΌberarbeiten. Mit diesem Update werden βBenutzerschlΓΌsselβ als zwischengeschaltete SchlΓΌsselpaare zwischen TresorschlΓΌsseln und GerΓ€teschlΓΌsseln eingefΓΌhrt. Tresor-EigentΓΌhmer gewΓ€hren dann den Benutzern und nicht den einzelnen GerΓ€ten Zugriff, so dass die Benutzer ihre GerΓ€te unabhΓ€ngig verwalten kΓΆnnen.
Mit dieser Γberarbeitung werden die Tresor-Admin-PasswΓΆrter abgeschafft und die Rolle des Tresor-EigentΓΌmers eingefΓΌhrt, die eine sicherere und effizientere Verwaltung deiner Tresore ermΓΆglicht.
Weitere spannende Updates werden folgen!
diff --git a/de/blog/2023/09/13/release-1.10.0/index.html b/de/blog/2023/09/13/release-1.10.0/index.html index a05726e91c..2b2e87eb4a 100644 --- a/de/blog/2023/09/13/release-1.10.0/index.html +++ b/de/blog/2023/09/13/release-1.10.0/index.html @@ -211,34 +211,34 @@Wir freuen uns, die VerΓΆffentlichung von Cryptomator 1.10.0 bekannt zu geben! π Schauen wir uns an, was dieses neue Release zu bieten hat!
+Wir freuen uns, die VerΓΆffentlichung von Cryptomator 1.10.0 bekannt zu geben! 🎉 Schauen wir uns an, was dieses neue Release zu bieten hat!
Wir wissen, dass erfahrene Nutzer mehr Kontrolle wΓΌnschen und einige Standardwerte in der Tresorkonfigurationsdatei ΓΌberschreiben mΓΆchten. Daher bringt die neue Version die EinfΓΌhrung von Experteneinstellungen bei der Tresorerstellung. Ihr kΓΆnnt nun die maximale LΓ€nge von verschlΓΌsselten Dateinamen festlegen. Diese Funktion stellt sicher, dass sich Cryptomator an die Besonderheiten verschiedener Cloudspeicher-Systeme anpassen kann. π οΈ
+Wir wissen, dass erfahrene Nutzer mehr Kontrolle wΓΌnschen und einige Standardwerte in der Tresorkonfigurationsdatei ΓΌberschreiben mΓΆchten. Daher bringt die neue Version die EinfΓΌhrung von Experteneinstellungen bei der Tresorerstellung. Ihr kΓΆnnt nun die maximale LΓ€nge von verschlΓΌsselten Dateinamen festlegen. Diese Funktion stellt sicher, dass sich Cryptomator an die Besonderheiten verschiedener Cloudspeicher-Systeme anpassen kann. 🛠️
Ein riesiges DankeschΓΆn an Ralph (purejava auf GitHub) fΓΌr seinen erneuten Open-Source-Beitrag! π Dank seiner BemΓΌhungen haben wir jetzt eine ordentliche Tray-MenΓΌ-UnterstΓΌtzung mit AppIndicator-Integration. Ein weiterer Schritt, um Cryptomator fΓΌr Linux-Nutzer nativ und flΓΌssig erscheinen zu lassen.
+Ein riesiges DankeschΓΆn an Ralph (purejava auf GitHub) fΓΌr seinen erneuten Open-Source-Beitrag! 🙌 Dank seiner BemΓΌhungen haben wir jetzt eine ordentliche Tray-MenΓΌ-UnterstΓΌtzung mit AppIndicator-Integration. Ein weiterer Schritt, um Cryptomator fΓΌr Linux-Nutzer nativ und flΓΌssig erscheinen zu lassen.
Gute Nachrichten fΓΌr Linux-Nutzer auf AArch64-Architekturen! π Cryptomator 1.10.0 enthΓ€lt einen AArch64-Build fΓΌr AppImage. Damit erweitern wir unsere Reichweite und heiΓen weitere Linux-Anwender herzlich willkommen.
+Gute Nachrichten fΓΌr Linux-Nutzer auf AArch64-Architekturen! 🎉 Cryptomator 1.10.0 enthΓ€lt einen AArch64-Build fΓΌr AppImage. Damit erweitern wir unsere Reichweite und heiΓen weitere Linux-Anwender herzlich willkommen.
Auf einen Fehler zu stoΓen, kann frustrierend sein π, besonders wenn man sich nicht sicher ist, was als NΓ€chstes zu tun ist. Wir haben unseren Fehlerdialog ΓΌberarbeitet und den Fokus auf LΓΆsungen gelegt. Jetzt fΓΌhrt euch der Dialog zu einer potenziellen LΓΆsung, falls eine in unserer Fehlerdatenbank existiert. Diese Verbesserung soll die Fehlerbehebung benutzerfreundlicher und effizienter gestalten. β
+Auf einen Fehler zu stoΓen, kann frustrierend sein 😓, besonders wenn man sich nicht sicher ist, was als NΓ€chstes zu tun ist. Wir haben unseren Fehlerdialog ΓΌberarbeitet und den Fokus auf LΓΆsungen gelegt. Jetzt fΓΌhrt euch der Dialog zu einer potenziellen LΓΆsung, falls eine in unserer Fehlerdatenbank existiert. Diese Verbesserung soll die Fehlerbehebung benutzerfreundlicher und effizienter gestalten. ✅
Mac-Nutzer, wir haben euch nicht vergessen! π Γsthetik ist wichtig und mit diesem Update prΓ€sentiert Cryptomator ein brandneues App-Icon fΓΌr macOS. Wie gefΓ€llt euch Cryptobot im Squircle?
+Mac-Nutzer, wir haben euch nicht vergessen! 🍏 Γsthetik ist wichtig und mit diesem Update prΓ€sentiert Cryptomator ein brandneues App-Icon fΓΌr macOS. Wie gefΓ€llt euch Cryptobot im Squircle?
Cryptomator 1.10.0 bringt eine Mischung aus Verbesserungen und mehreren Fehlerbehebungen, um ein reibungsloseres Benutzererlebnis zu gewΓ€hrleisten. Wie immer freuen wir uns ΓΌber euer Feedback. FΓΌr eine detaillierte Liste aller Γnderungen schaut euch bitte die Release Notes an.
Ein besonderer Dank geht auch an Bas (Rexbas auf GitHub) und Sebastian (sschuberth auf GitHub) fΓΌr ihre Open-Source-BeitrΓ€ge. π
-Danke fΓΌr eure anhaltende UnterstΓΌtzung und das Vertrauen in Cryptomator. β€οΈ Aktualisiert jetzt auf 1.10.0 und teilt uns eure Meinungen mit!
-Frohes VerschlΓΌsseln! π
+Danke fΓΌr eure anhaltende UnterstΓΌtzung und das Vertrauen in Cryptomator. ❤️ Aktualisiert jetzt auf 1.10.0 und teilt uns eure Meinungen mit!
+Frohes VerschlΓΌsseln! 🔒
Die VerΓΆffentlichung von Cryptomator Hub 1.3.0 markiert ein aufregendes Funktionsupdate, das einen Account Key fΓΌr Benutzer einfΓΌhrt. Dieses Update ist notwendig und nΓΌtzlich, erfordert aber eine aktive Mitwirkung der Nutzer. Im Folgenden wird beschrieben, was beim Upgrade von Version 1.2.x auf 1.3.0 zu erwarten ist.
-Bevor wir in den Upgrade-Prozess eintauchen, stelle sicher, dass jeder Tresor-Administrator ein Backup seiner Tresor-WiederherstellungsschlΓΌssel und Tresor-Admin-PasswΓΆrter hat. β οΈ Die DurchfΓΌhrung dieses Schrittes ist von entscheidender Bedeutung; Diese Backups sind dein Sicherheitsnetz. Ohne sie sind uns die HΓ€nde gebunden.
-Bevor wir in den Upgrade-Prozess eintauchen, stelle sicher, dass jeder Tresor-Administrator ein Backup seiner Tresor-WiederherstellungsschlΓΌssel und Tresor-Admin-PasswΓΆrter hat. ⚠️ Die DurchfΓΌhrung dieses Schrittes ist von entscheidender Bedeutung; Diese Backups sind dein Sicherheitsnetz. Ohne sie sind uns die HΓ€nde gebunden.
+Dieser Abschnitt ist nur fΓΌr Administratoren relevant, die ihre eigene Cryptomator Hub-Instanz hosten. Wenn du unseren Managed Service verwendest, kannst du diesen Abschnitt ΓΌberspringen. Wir werden uns mit dir in Verbindung setzen, um einen Termin fΓΌr das Update deiner Instanz zu vereinbaren.
Wenn du Administrator einer selbst gehosteten Cryptomator Hub-Instanz bist, fΓΌhre bitte die folgenden Schritte aus, um Cryptomator Hub zu aktualisieren:
ghcr.io/cryptomator/hub:1.3.0
stable
Tag verwendest. Wir werden den stable
-Tag in ein paar Wochen aktualisieren, um auf die neue Version zu verweisen.Die Aktualisierung der Cryptomator-Desktop-Anwendung wird allen Nutzern empfohlen, ist aber derzeit technisch nicht erforderlich. Tresore kΓΆnnen weiterhin mit einer alten Version entsperrt werden. Diese AbwΓ€rtskompatibilitΓ€t bietet FlexibilitΓ€t fΓΌr eine schrittweise EinfΓΌhrung der aktualisierten Anwendung. Γnderungen am Zugang, wie das HinzufΓΌgen neuer Mitglieder zu einem Tresor und das HinzufΓΌgen neuer GerΓ€te, erfordern jedoch Cryptomator 1.11.0 oder hΓΆher.
-Mit der aktualisierten App werden die Benutzer beim ersten Entsperrungsversuch eine zweistufige Migration durchlaufen:
Dieser Vorgang ist fΓΌr jeden Benutzer einmalig erforderlich. Er ermΓΆglicht es den Benutzern, die verknΓΌpften GerΓ€te selbst zu verwalten, und den Besitzern des Tresors, den Zugriff einfacher zu verwalten, ohne jedes Mal, wenn sich ein Benutzer von einem neuen GerΓ€t aus anmeldet, die Berechtigungen neu erteilen zu mΓΌssen.
-Nach der Aktualisierung auf Hub 1.3.0 werden Tresor-EigentΓΌmer (frΓΌher Tresor-Administratoren genannt) aufgefordert, ihren Tresor erneut mit dem Tresor-Admin-Passwort zu beanspruchen. AnfΓ€nglich kann nur ein Benutzer Tresor-EigentΓΌmer werden. AnschlieΓend kann dieser anderen Benutzern Eigentumsrechte gewΓ€hren, wodurch die Notwendigkeit entfΓ€llt, das Tresor-Admin-Passwort zu teilen.
Nachdem die Tresor-Mitglieder die Kontenmigration abgeschlossen haben, sollten die Tresor-EigentΓΌmer die Berechtigungen zum Tresor aktualisieren. Auf diese Weise werden die erforderlichen TresorschlΓΌssel sicher an die Benutzer verteilt.
-Q: Was genau ist mein Account Key?
A: Der Account Key ist dein persΓΆnliches Geheimnis und dient zur Registrierung neuer GerΓ€te und zur Identifizierung in verschiedenen Cryptomator-Anwendungen und Browsern. Behandle ihn genauso sicher wie jedes andere wichtige Passwort.
Q: Wie erhalte ich meinen Account Key zurΓΌck, wenn ich ihn verliere?
@@ -241,7 +241,7 @@
Q: Was soll ich tun, wenn ich wΓ€hrend des Upgrades auf Probleme stoΓe?
A: Sollten beim Upgrade Probleme auftreten, wende dich bitte an hub@cryptomator.org.
Das Upgrade auf Cryptomator Hub 1.3.0 und Cryptomator 1.11.0 ist mehr als ein Routine-Update. Es ist eine Umstellung auf mehr Sicherheit und Benutzerfreundlichkeit. Bereite dich auf das Update vor, indem du wichtige Daten sicherst, und befolge die beschriebenen Schritte, um einen reibungslosen Γbergang zu gewΓ€hrleisten. Freue dich ΓΌber diese Γnderung, denn sie bringt eine robustere und benutzerfreundlichere Art der Verwaltung deiner Tresore mit sich.
2019-01-14
Hey, es ist ein neues Jahr, also kommt hier in alter Tradition unser vierteljΓ€hrlicher π Blick auf die Roadmap. +
Hey, es ist ein neues Jahr, also kommt hier in alter Tradition unser vierteljΓ€hrlicher 🙈 Blick auf die Roadmap. OpenJDK und OpenJFX Bisher haben wir das Oracle JDK verwendet, da dies die GUI-Bibliothek beinhaltete, die wir fΓΌr Cryptomator verwendet haben: JavaFX. Ab JDK 11 planen wir die Umstellung auf OpenJDK und OpenJFX. JavaFX wird ohnehin nicht mehr im Oracle JDK enthalten sein und OpenJFX verspricht kΓΌrzere Release-Zyklen und wird - wie der Name schon sagt - in einem offenen Prozess entwickelt.
Wir freuen uns ΓΌber die heutige VerΓΆffentlichung von Cryptomator 1.0 fΓΌr Android. π Jetzt kΓΆnnen Sie Ihre Cloud-Dateien auch mit Android-GerΓ€ten schΓΌtzen. Die App ist zu den Desktop- und iOS-Versionen von Cryptomator natΓΌrlich kompatibel. +
Wir freuen uns ΓΌber die heutige VerΓΆffentlichung von Cryptomator 1.0 fΓΌr Android. 🎉 Jetzt kΓΆnnen Sie Ihre Cloud-Dateien auch mit Android-GerΓ€ten schΓΌtzen. Die App ist zu den Desktop- und iOS-Versionen von Cryptomator natΓΌrlich kompatibel. Wir haben die App im letzten Jahr kontinuierlich weiterentwickelt, um hΓΆchste Sicherheit und Benutzerfreundlichkeit zu gewΓ€hrleisten. Dank dem Feedback von Ihnen und ΓΌber 10.000 Beta-Testern hat die Android-App nun ein Stadium erreicht, das den hohen Anforderungen von Cryptomator gerecht wird.
We’ve completely rewritten Cryptomator. Its core components are now modularized to CryptoLib, CryptoFS, and WebDAV-NIO-Adapter. A complete list of closed issues is available here. -Improvements Auto-Unlock!!! π (#40) We finally implemented the most-wished feature. Still experimental and will be completed by autostart (optionally hidden) in future versions New vault format 6 (#521) Added new options to “unlocked” screen: Mount/unmount without locking/unlocking (#452) Network access now filtered by the socket instead of the application (#431) You can now change the socket port without restarting Cryptomator New log system with log file rotation and exposed, user-adjustable configuration Windows Removed IPv6 flag, Windows will now always mount cryptomator-vault which is mapped to 127.
+Improvements Auto-Unlock!!! 🎉 (#40) We finally implemented the most-wished feature. Still experimental and will be completed by autostart (optionally hidden) in future versions New vault format 6 (#521) Added new options to “unlocked” screen: Mount/unmount without locking/unlocking (#452) Network access now filtered by the socket instead of the application (#431) You can now change the socket port without restarting Cryptomator New log system with log file rotation and exposed, user-adjustable configuration Windows Removed IPv6 flag, Windows will now always mount cryptomator-vault which is mapped to 127.- - + +
@@ -292,8 +292,8 @@- - + +
Wiederkehrende Kreditkartenzahlungen werden ΓΌber unsere Stripe-Seite erstellt.
- - + +