#1 2017-08-02 06:41:01

GauravKumar
Member
Registered: 2017-05-26

Database Password Encryption

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

#2 2017-08-02 06:52:13

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Database Password Encryption

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

#3 2017-08-02 09:27:10

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Database Password Encryption

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

#4 2017-08-04 07:23:00

GauravKumar
Member
Registered: 2017-05-26

Re: Database Password Encryption

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

#5 2017-08-04 10:40:19

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Database Password Encryption

Hi GauravKumar,

this is not supported with the current reportserver version.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB