Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

valid-info.xml 1.5KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>files_encryption</id>
  4. <name>Server-side Encryption</name>
  5. <description>
  6. This application encrypts all files accessed by ownCloud at rest, wherever they are stored. As an example, with this application enabled, external cloud based Amazon S3 storage will be encrypted, protecting this data on storage outside of the control of the Admin. When this application is enabled for the first time, all files are encrypted as users log in and are prompted for their password. The recommended recovery key option enables recovery of files in case the key is lost.
  7. Note that this app encrypts all files that are touched by ownCloud, so external storage providers and applications such as SharePoint will see new files encrypted when they are accessed. Encryption is based on AES 128 or 256 bit keys. More information is available in the Encryption documentation
  8. </description>
  9. <licence>AGPL</licence>
  10. <author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
  11. <requiremin>4</requiremin>
  12. <shipped>true</shipped>
  13. <documentation>
  14. <user>user-encryption</user>
  15. <admin>admin-encryption</admin>
  16. </documentation>
  17. <rememberlogin>false</rememberlogin>
  18. <types>
  19. <filesystem/>
  20. </types>
  21. <ocsid>166047</ocsid>
  22. <dependencies>
  23. <php min-version="5.4" max-version="5.5"/>
  24. <database min-version="3.0">sqlite</database>
  25. <database>mysql</database>
  26. <command os="linux">grep</command>
  27. <command os="windows">notepad.exe</command>
  28. </dependencies>
  29. </info>