You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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