how to encrypt password in cgicmd.dat of Oracle Reports Services 10g [message #347163] |
Wed, 10 September 2008 22:46 |
katbasobas
Messages: 2 Registered: February 2008 Location: Phil
|
Junior Member |
|
|
Hi,
I have developed a report and deployed it in Oracle Application Server. I have use the keymap file CGICMD.DAT so that parameters passed to the report will not be displayed in the url. My problem is userid in CGICMD.DAT is in cleartext. Is there a way to encrypt this so that i can secure my username and password. If I cant encrypt userid in CGICMD.DAT are there other ways? I am calling the reports thru an html form.
For your reference here are the files and sample entries:
1.CGICMD.DAT
barcodepaper: userid=test@test/sample server=sample_reports_server destype=cache desformat=html %*
2.HTML form
<form name="repparM2_frm" method="post" action="/reports/rwservlet?">
Any help is greatly appriciated.
Thanks,
Kat
|
|
|
|
|