diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-07-22 15:06:08 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-07-22 15:06:08 +0100 |
commit | 145ab3a28df536eb9456232c4f77f32d5ca0bdd4 (patch) | |
tree | 4e6556dd8679b5570af783fe288912ad1b1ab0d7 /apps | |
parent | 5768b3fe2c328b81d9c0aa9eec07846a391d212d (diff) | |
parent | e97c1db728ca928b156105efbaf7ba5be3e82f2a (diff) | |
download | nextcloud-server-145ab3a28df536eb9456232c4f77f32d5ca0bdd4.tar.gz nextcloud-server-145ab3a28df536eb9456232c4f77f32d5ca0bdd4.zip |
Merge pull request #17806 from owncloud/enc_improved_app_description
improved app description for the default encryption module
Diffstat (limited to 'apps')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 8d3b680fc08..536551e4841 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -2,19 +2,14 @@ <info> <id>encryption</id> <description> - 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. - 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 + In order to use this encryption module you need to enable server-side + encryption in the admin settings. Once enabled this module will encrypt + all your files transparently. The encryption is based on AES 256 keys. + The module won't touch existing files, only new files will be encrypted + after server-side encryption was enabled. It is also not possible to + disable the encryption again and switch back to a unencrypted system. + Please read the documentation to know all implications before you decide + to enable server-side encryption. </description> <name>Default encryption module</name> <license>AGPL</license> |