34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>encryption</id>
|
|
<description>
|
|
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>
|
|
<licence>AGPL</licence>
|
|
<author>Bjoern Schiessle, Clark Tomlinson</author>
|
|
<documentation>
|
|
<user>user-encryption</user>
|
|
<admin>admin-encryption</admin>
|
|
</documentation>
|
|
<rememberlogin>false</rememberlogin>
|
|
<version>1.4.1</version>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<dependencies>
|
|
<lib>openssl</lib>
|
|
<owncloud min-version="9.2" max-version="9.2" />
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\Encryption\Settings\Admin</admin>
|
|
</settings>
|
|
</info>
|