2015-02-24 13:05:19 -05:00
<?xml version="1.0"?>
2024-05-28 10:42:42 -04:00
<!--
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
- SPDX-License-Identifier: AGPL-3.0-only
-->
2018-02-07 10:04:45 -05:00
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2015-02-24 13:05:19 -05:00
<id > encryption</id>
2018-02-07 10:04:45 -05:00
<name > Default encryption module</name>
<summary > Default encryption module for server-side encryption</summary>
2015-02-24 13:05:19 -05:00
<description >
2022-09-04 09:33:58 -04: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.
2023-03-30 06:57:49 -04:00
The module will not 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 an unencrypted system.
2022-09-04 09:33:58 -04:00
Please read the documentation to know all implications before you decide to enable server-side encryption.
2015-02-24 13:05:19 -05:00
</description>
2025-09-04 03:11:05 -04:00
<version > 2.21.0</version>
2018-02-07 10:04:45 -05:00
<licence > agpl</licence>
2017-05-22 04:39:49 -04:00
<author > Bjoern Schiessle</author>
<author > Clark Tomlinson</author>
2018-02-07 10:04:45 -05:00
<types >
<filesystem />
</types>
2015-02-24 13:05:19 -05:00
<documentation >
<user > user-encryption</user>
<admin > admin-encryption</admin>
</documentation>
2018-02-07 10:04:45 -05:00
<category > files</category>
<category > security</category>
<bugs > https://github.com/nextcloud/server/issues</bugs>
2015-02-24 13:05:19 -05:00
<dependencies >
<lib > openssl</lib>
2025-09-04 03:11:05 -04:00
<nextcloud min-version= "33" max-version= "33" />
2015-02-24 13:05:19 -05:00
</dependencies>
2017-05-30 07:33:17 -04:00
<repair-steps >
<post-migration >
<step > OCA\Encryption\Migration\SetMasterKeyStatus</step>
</post-migration>
</repair-steps>
2018-02-07 10:04:45 -05:00
<commands >
<command > OCA\Encryption\Command\EnableMasterKey</command>
<command > OCA\Encryption\Command\DisableMasterKey</command>
2018-08-16 09:06:23 -04:00
<command > OCA\Encryption\Command\RecoverUser</command>
2020-08-17 15:00:37 -04:00
<command > OCA\Encryption\Command\ScanLegacyFormat</command>
2021-06-23 10:46:01 -04:00
<command > OCA\Encryption\Command\FixEncryptedVersion</command>
2022-11-28 10:04:17 -05:00
<command > OCA\Encryption\Command\FixKeyLocation</command>
2023-05-11 05:52:04 -04:00
<command > OCA\Encryption\Command\DropLegacyFileKey</command>
2018-02-07 10:04:45 -05:00
</commands>
<settings >
<admin > OCA\Encryption\Settings\Admin</admin>
<personal > OCA\Encryption\Settings\Personal</personal>
</settings>
2015-02-24 13:05:19 -05:00
</info>