Home
Analytics
Encrypted password in property binding.
Muhammad Waqas
<p>Hi,</p>
<p> </p>
<p>I'm sending datasource credentials from Property file through JSP to report datasource in property binding.</p>
<p>When i send password without encryption it runs fine. But when i send encrypted password report gives login error. For example my password is 123456 and its encryption is b46da667e5b65eb4. I want to send encrypted password. Any help please?</p>
Find more posts tagged with
Comments
ygrument
<p>No way. You have only two options, either to send plain text password or somehow use connection profile. In last case, create different entries in connection profile for different users/databases etc. JSP will send the datasource name to report. On DataSource beforeOpen, javascript will change the datasource name.</p>