2015-02-24 21:05:19 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2015-02-24 21:05:19 +03:00
|
|
|
<id>encryption</id>
|
2018-02-07 18:04:45 +03:00
|
|
|
<name>Default encryption module</name>
|
|
|
|
<summary>Default encryption module for server-side encryption</summary>
|
2015-02-24 21:05:19 +03:00
|
|
|
<description>
|
2015-07-22 14:43:46 +03:00
|
|
|
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.
|
2015-02-24 21:05:19 +03:00
|
|
|
</description>
|
2020-08-17 22:00:37 +03:00
|
|
|
<version>2.8.1</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
2017-05-22 11:39:49 +03:00
|
|
|
<author>Bjoern Schiessle</author>
|
|
|
|
<author>Clark Tomlinson</author>
|
2018-02-07 18:04:45 +03:00
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
2015-02-24 21:05:19 +03:00
|
|
|
<documentation>
|
|
|
|
<user>user-encryption</user>
|
|
|
|
<admin>admin-encryption</admin>
|
|
|
|
</documentation>
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>files</category>
|
|
|
|
<category>security</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
|
2015-02-24 21:05:19 +03:00
|
|
|
<dependencies>
|
|
|
|
<lib>openssl</lib>
|
2020-05-07 11:29:04 +03:00
|
|
|
<nextcloud min-version="20" max-version="20"/>
|
2015-02-24 21:05:19 +03:00
|
|
|
</dependencies>
|
2017-05-30 14:33:17 +03:00
|
|
|
|
|
|
|
<repair-steps>
|
|
|
|
<post-migration>
|
|
|
|
<step>OCA\Encryption\Migration\SetMasterKeyStatus</step>
|
|
|
|
</post-migration>
|
|
|
|
</repair-steps>
|
2018-02-07 18:04:45 +03:00
|
|
|
|
|
|
|
<commands>
|
|
|
|
<command>OCA\Encryption\Command\EnableMasterKey</command>
|
|
|
|
<command>OCA\Encryption\Command\DisableMasterKey</command>
|
2018-08-16 16:06:23 +03:00
|
|
|
<command>OCA\Encryption\Command\RecoverUser</command>
|
2020-08-17 22:00:37 +03:00
|
|
|
<command>OCA\Encryption\Command\ScanLegacyFormat</command>
|
2018-02-07 18:04:45 +03:00
|
|
|
</commands>
|
|
|
|
|
|
|
|
<settings>
|
|
|
|
<admin>OCA\Encryption\Settings\Admin</admin>
|
|
|
|
<personal>OCA\Encryption\Settings\Personal</personal>
|
|
|
|
</settings>
|
2015-02-24 21:05:19 +03:00
|
|
|
</info>
|