Where are the database connection passwords stored in VMware Workspace ONE Access, and how are they encrypted?
The plaintext password for the database is in /usr/local/horizon/conf/db.pwd. The encrypted password is in /usr/local/horizon/conf/runtime-config.properties under `secure.datastore.jdbc.password`. Decryption requires the keys in /usr/local/horizon/conf/configkeystore.pass and configkeystore.bcfks. The admin password is encrypted and stored in the database's PasswordInformation table, using AES encryption with a UUID-based salt. This encryption approach is similar to what you'll find in Password Manager Pro Vulnerability Debugging Environment Setup.
database passwordencryptionconfigkeystoredb.pwdruntime-config.propertiesAES