org.cryptomator.Cryptomator.appdata.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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 offers multi-platform transparent client-side encryption of your files in the cloud.
  12. </p>
  13. <p>
  14. Features:
  15. <ul>
  16. <li>Works with Dropbox, Google Drive, OneDrive, ownCloud, Nextcloud and any other cloud storage service which synchronizes with a local directory</li>
  17. <li>Open Source means: No backdoors, control is better than trust</li>
  18. <li>Client-side: No accounts, no data shared with any online service</li>
  19. <li>Totally transparent: Just work on the virtual drive as if it were a USB flash drive</li>
  20. <li>AES encryption with 256-bit key length</li>
  21. <li>File names get encrypted</li>
  22. <li>Folder structure gets obfuscated</li>
  23. <li>Use as many vaults in your Dropbox as you want, each having individual passwords</li>
  24. <li>One thousand commits for the security of your data!! :tada:</li>
  25. </ul>
  26. </p>
  27. <p>
  28. Privacy:
  29. <ul>
  30. <li>256-bit keys (unlimited strength policy bundled with native binaries)</li>
  31. <li>Scrypt key derivation</li>
  32. <li>Cryptographically secure random numbers for salts, IVs and the masterkey of course</li>
  33. <li>Sensitive data is wiped from the heap asap</li>
  34. <li>Lightweight: Complexity kills security</li>
  35. </ul>
  36. </p>
  37. <p>
  38. Consistency:
  39. <ul>
  40. <li>HMAC over file contents to recognize changed ciphertext before decryption</li>
  41. <li>I/O operations are transactional and atomic, if the filesystems support it</li>
  42. <li>Each file contains all information needed for decryption (except for the key of course), no common metadata means no Single Point of Failure</li>
  43. </ul>
  44. </p>
  45. </description>
  46. <categories>
  47. <category>Office</category>
  48. <category>Security</category>
  49. <category>FileTools</category>
  50. <category>Java</category>
  51. </categories>
  52. <url type="homepage">http://cryptomator.org</url>
  53. <url type="bugtracker">https://github.com/cryptomator/cryptomator/issues</url>
  54. <url type="faq">https://community.cryptomator.org/c/kb/faq</url>
  55. <url type="help">https://community.cryptomator.org/</url>
  56. <url type="donation">https://cryptomator.org/</url>
  57. <content_rating type="oars-1.0">
  58. <content_attribute id="violence-cartoon">none</content_attribute>
  59. <content_attribute id="drugs-alcohol">none</content_attribute>
  60. <content_attribute id="sex-nudity">none</content_attribute>
  61. <content_attribute id="language-profanity">none</content_attribute>
  62. <content_attribute id="social-info">mild</content_attribute> <!-- update checker conencts to https://api.cryptomator.org/updates/latestVersion.json -->
  63. </content_rating>
  64. <project_group>Cryptomator</project_group>
  65. <provides>
  66. <binary>cryptomator</binary>
  67. </provides>
  68. <launchable type="desktop-id">org.cryptomator.Cryptomator.desktop</launchable>
  69. </component>