You are not logged in.
Pages: 1
Hi Team,
Kindly suggest the measures to be taken to have the Reportserver Application Database Password Encrypted with changes in the reportserver.properties file or any other changes .
Offline
Hi GauravKumar,
what password are you talking about?
The user passwords use the mechanism: PBKDF2WithHmacSHA1 (PDKDF2 with HMAC-SHA1) with a random salt value generated with SHA1PRNG (RFC 2104 HMAC).
Take a look here for more information: https://reportserver.net/en/guides/conf … roperties/
Best regards,
Eduardo
Offline
Hi GauravKumar,
the database passwords for the datasources are encrypted in the database: take a look at the table RS_DATABASE_DATASOURCE.
The password for the reportserver database is found in persistence.properties and is not encrypted.
Best regards,
Eduardo
Offline
Hi Eduardo,
The scenario is that I will be mentioning the encrypted DB Password in persistence.properties file . So kindly suggest me the settings to be done such that this password is decrypted before making connection to the DB.
Offline
Hi GauravKumar,
this is not supported with the current reportserver version.
Regards,
Eduardo
Offline
Pages: 1