Announcement

Migration of this forum

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:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

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:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#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

IF_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

IF_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

IF_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