Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
PRIVATE CLOUD
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
passing encrypted DB password to BIRT data source
vj_agl
Hi , Need ur help on BIRT paramter ,
i m passing DB passowrd with <birt:param> after reading from sessionBean.
but user can see the actual password (after doing View Souce on Birt Viewer page) ..please advise how can i hide it or how to dcrypt base64 password in BIRT if i pass encrypted password ..
Thanks in advance.
vj~
agl.vijay
Find more posts tagged with
Comments
mwilliams
You might be able to pass the user information through the BIRT context rather than sending it through a URL parameter. The would require that you use Java to call the BIRT engines though, I think, if you're not doing that. Another way would be to just pass the encrypted value through a parameter and then just decrypt it in your beforeOpen script of your dataSet and then pass through the decrypted value in your dataSource/dataSet.