Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hide password from connection string

840610Feb 17 2011 — edited Nov 1 2012
Hello guys,

we need to hide the password from application connection string? I'm thinking about possibility to hash the password and then somehow setup listener or database to accept these hashed passwords.

This is my connection string:
"Provider=MSDataShape;Data Provider=OraOLEDB.Oracle;Data Source=wpstestu;User ID=myUser;Password=myPassword;"

We're using ADO, Visual basic 6 COMponents and ASP technology. Database version is 10g (@ HP UX and some also @Win2k3 server), application servers are running on Windows 2003 server. I'm not sure what exactly is responsible for logins. I guess it starts with ADO -> OLEDB ->ORACLE4OLEDB. So if the oracle client is able to send hashed password, I think it will be working.

Connection string is saved in the application custom .ini file.

thanks for any clues
Robert
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 29 2012
Added on Feb 17 2011
1 comment
1,855 views