Encryption key

Here's how to configure the encryption key in MidVision's Application Release Automation tool, RapidDeploy:

Rapiddeploy_default.properties rapiddeploy.key

#---------------------------------
# Encryption Key.
# If this remains unset, SSH keys etc
# are in clear text in the database. If
# this is set to any string (at least 24 characters long),
# the keys will be encrypted in the database.
#---------------------------------
rapiddeploy.key=

Setting this key to any value of at least 24 characters will cause SECRET and encrypted properties to be encrypted in the database and in files. Leaving blank will store these values in clear text. Using the default key is permitted but not recommended in production environments.

Please note this setting does not affect user passwords, which are always encrypted with a one-way hash.