?iť?

Your IP : 3.135.197.33


Current Path : /home/scgforma/www/cloud/apps/encryption/appinfo/
Upload File :
Current File : /home/scgforma/www/cloud/apps/encryption/appinfo/info.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</author>
	<author>Clark Tomlinson</author>
	<documentation>
		<user>user-encryption</user>
		<admin>admin-encryption</admin>
	</documentation>
	<version>2.0.0</version>
	<types>
		<filesystem/>
	</types>
	<dependencies>
		<lib>openssl</lib>
		<nextcloud min-version="13" max-version="13" />
	</dependencies>
	<settings>
		<admin>OCA\Encryption\Settings\Admin</admin>
		<personal>OCA\Encryption\Settings\Personal</personal>
	</settings>
	<commands>
		<command>OCA\Encryption\Command\EnableMasterKey</command>
		<command>OCA\Encryption\Command\DisableMasterKey</command>
		<command>OCA\Encryption\Command\MigrateKeys</command>
	</commands>

	<repair-steps>
		<post-migration>
			<step>OCA\Encryption\Migration\SetMasterKeyStatus</step>
		</post-migration>
	</repair-steps>
</info>