One Day Sec

How can I obtain the encrypted database password for the 'adap' user in ADAudit Plus?

The encrypted password is stored in `C:\Program Files\ManageEngine\ADAudit Plus\conf\database_params.conf`. Decrypt it using the `CryptoUtil.class` from `framework-tools.jar`, with the encryption key found in `customer-config.xml` under the `CryptTag` attribute. A custom decryption program can yield the plaintext password, which in the example is `Adaudit@123$`.
database password decryptionCryptoUtilcustomer-config.xmldatabase_params.confPostgreSQL

Browse all Q&A →