org.cryptomator.Cryptomator.metainfo.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Copyright 2018 Armin Schrenk <armin.schrenk@zoho.eu> -->
  3. <component type="desktop-application">
  4. <id>org.cryptomator.Cryptomator</id>
  5. <metadata_license>FSFAP</metadata_license>
  6. <project_license>GPL-3.0-or-later</project_license>
  7. <name>Cryptomator</name>
  8. <summary>Multi-platform client-side encryption tool optimized for cloud storages</summary>
  9. <description>
  10. <p>
  11. Cryptomator provides transparent, client-side encryption for your cloud. Protect your documents from unauthorized
  12. access. Cryptomator is free and open source software, so you can rest assured there are no backdoors.
  13. </p>
  14. <p>
  15. Cryptomator encrypts file contents and names using AES. Your passphrase is protected against bruteforcing attempts
  16. using scrypt. Directory structures get obfuscated. The only thing which cannot be encrypted without breaking your
  17. cloud synchronization is the modification date of your files.
  18. </p>
  19. <p>
  20. Cryptomator is a free and open source software licensed under the GPLv3. This allows anyone to check our code. It
  21. is impossible to introduce backdoors for third parties. Also we cannot hide vulnerabilities. And the best thing
  22. is: There is no need to trust us, as you can control us!
  23. </p>
  24. <p>
  25. Vendor lock-ins are impossible. Even if we decided to stop development: The source code is already cloned by
  26. hundreds of other developers. As you don't need an account, you will never stand in front of locked doors.
  27. </p>
  28. </description>
  29. <categories>
  30. <category>Office</category>
  31. <category>Security</category>
  32. <category>FileTools</category>
  33. </categories>
  34. <launchable type="desktop-id">org.cryptomator.Cryptomator.desktop</launchable>
  35. <provides>
  36. <binary>cryptomator</binary>
  37. <mediatype>application/vnd.cryptomator.vault</mediatype>
  38. <mediatype>application/vnd.cryptomator.encrypted</mediatype>
  39. </provides>
  40. <screenshots>
  41. <screenshot>
  42. <caption>Light theme</caption>
  43. <image>https://user-images.githubusercontent.com/11858409/156986109-6e58f59c-8b8c-4501-b33b-bb1e33007cea.png</image>
  44. </screenshot>
  45. <screenshot>
  46. <caption>Dark theme</caption>
  47. <image>https://user-images.githubusercontent.com/11858409/156986113-6c5d7801-86e0-4643-bc2f-aff9d95d3ce0.png</image>
  48. </screenshot>
  49. </screenshots>
  50. <url type="homepage">https://cryptomator.org/</url>
  51. <url type="bugtracker">https://github.com/cryptomator/cryptomator/issues/</url>
  52. <url type="donation">https://cryptomator.org/donate</url>
  53. <url type="faq">https://community.cryptomator.org/c/kb/faq</url>
  54. <url type="help">https://community.cryptomator.org/</url>
  55. <url type="translate">https://translate.cryptomator.org</url>
  56. <developer_name>Skymatic GmbH</developer_name>
  57. <content_rating type="oars-1.1">
  58. <content_attribute id="social-info">mild</content_attribute> <!-- update checker connects to https://api.cryptomator.org/updates/latestVersion.json -->
  59. </content_rating>
  60. <releases>
  61. <release date="2022-05-03" version="1.6.10"/>
  62. <release date="2022-04-27" version="1.6.9"/>
  63. <release date="2022-03-30" version="1.6.8"/>
  64. <release date="2021-12-16" version="1.6.5"/>
  65. </releases>
  66. </component>