plugin.[pluginId].encrypted.[secretKey]
Background
Plugin encrypted keys facilitate the storage of secret information (such as passwords and tokens) for use in a plugin.
Any data stored in an encrypted key will be automatically encrypted and decrypted by the plugin. The administration dashboard will automatically obfuscate the value of any encrypted fields.
An encrypted plugin key is specified using the following format:
plugin.PLUGIN_ID.encrypted.KEY=VALUE
where:
-
PLUGIN-IDis the ID of the plugin. -
KEYis the key name. -
VALUEis the value that is stored in an encrypted format.