diff --git a/content/en/docs/appstore/use-content/platform-supported-content/modules/encryption.md b/content/en/docs/appstore/use-content/platform-supported-content/modules/encryption.md index ee0aadd20ab..9f1963e0981 100644 --- a/content/en/docs/appstore/use-content/platform-supported-content/modules/encryption.md +++ b/content/en/docs/appstore/use-content/platform-supported-content/modules/encryption.md @@ -32,7 +32,9 @@ Set the `EncryptionKey` constant in your application, which can be found in the For versions below 2.2.0, ensure the key is 16 characters long to support the 128 bits key length. -When running the application locally, set the **Value** for the `EncryptionKey` constant in the **App Settings** > **Configurations** tab. +When running the application locally, add a random 32-character string **Value** for the `EncryptionKey` constant in the **App Settings** > **Configurations** tab. For more information, see the [Constants](/refguide/configuration/#constants) section of *Configurations*. + +{{< figure src="/attachments/appstore/platform-supported-content/modules/encryption/encryption-constant.png" class="no-border" >}} #### EncryptionPrefix Constant diff --git a/static/attachments/appstore/platform-supported-content/modules/encryption/encryption-constant.png b/static/attachments/appstore/platform-supported-content/modules/encryption/encryption-constant.png new file mode 100644 index 00000000000..f6440672616 Binary files /dev/null and b/static/attachments/appstore/platform-supported-content/modules/encryption/encryption-constant.png differ