diff --git a/plugins/dynamix/EncryptionSettings.page b/plugins/dynamix/EncryptionSettings.page index b7421d329..d43be5e75 100644 --- a/plugins/dynamix/EncryptionSettings.page +++ b/plugins/dynamix/EncryptionSettings.page @@ -16,76 +16,71 @@ Tag="key" */ ?> -
-Restricted Start: -: - -> When set to **Yes** the array cannot Start if the encryption passphrase/keyfile is missing or wrong. This -> is the normal setting. - -> When set to **No** the array may be Started and: - -> * If the passphrase/keyfile is **missing**, then encrypted volumes will not be mounted and cannot be formatted. -> * If the passphrase/keyfile is **wrong**, then encrypted volumes will appear Unmountable and may be formatted. - -  -: -
-
+ - Encryption key: : @@ -93,21 +88,35 @@ Encryption key: > Shows the path and name of the current keyfile, if present. > > This keyfile is read during array Start and is used to encrypt/decrypt content of encrypted devices. - +> > With array Stopped, the keyfile may be deleted and the user can specify a new encryption key. Note that once a device > is formatted with a particular key it may only be opened using that same key. Changing the encryption key requires > encrypted devices to be reformatted **resulting in permanent loss of all existing data on those devices.** - +> > With array Started, the keyfile may be deleted to ensure there is no encryption key present on the server when -> the array is online. Note that plugins are installed and may execute before and during the array Start process. +> the array is online. Note that plugins are installed and may execute before and during the array Start process. -Delete +Delete : Encryption key: : Not present +Restricted Start: +: + +> When set to **Yes** the array cannot Start if the encryption passphrase/keyfile is missing or wrong. +> This is the normal setting. +> +> When set to **No** the array may be Started and: +> +> * If the passphrase/keyfile is **missing**, then encrypted volumes will not be mounted and cannot be formatted. +> * If the passphrase/keyfile is **different**, then encrypted volumes will appear Unmountable and may be formatted with the new key. + Encryption input: : onKeyUp="this.form.apply.disabled=(this.form.text.value!=this.form.textConf.value)">show passphrase +: onKeyUp="toggleApply(this.form)">show passphrase + +> Enter a passphrase of up to 512 characters. It is highly advisable to only use the 95 printable characters from the > first 128 characters of the [ASCII table](https://en.wikipedia.org/wiki/ASCII), as they will always have the same binary > representation. Other characters may have different encoding depending on system configuration and your passphrase will > not work with a different encoding. If you want a longer passphrase or to include binary data, upload a keyfile instead. @@ -136,22 +146,13 @@ Retype passphrase: > > **Memorize** this passphrase. **IF LOST, ENCRYPTED CONTENT CANNOT BE RECOVERED!** - -Passphrase: -: onKeyUp="this.form.apply.disabled=(this.form.text.value=='')">show passphrase - -> Enter the correct passphrase to unlock the encrypted devices present in this system. -> -> **Memorize** this passphrase. **IF LOST, ENCRYPTED CONTENT CANNOT BE RECOVERED!** - -