Skip to Main Content

SQL & PL/SQL

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!

How to make it more secured connection using hash key

Subbarao DasariNov 19 2021

Dear sir,
User name and password are known by the second person in the organization since the user name and password are in plain text form in the CONNECTION string.
Please kindly let me know whether my expected feature is possible or not in the ORACLE.
I will create a user with a password like 'pass123'
I will use the hash value of 'pass123' in the connection string. The password which is used for any type of connection is hash value only. I may use any type of encryption for the hash value.
Oracle will take the hash value in the connection string and connect it to the database user.
Will this kind of feature be possible in ORACLE connection so that my risk of knowing the password which is stored in the configuration files is restricted?

Thanking you

Regards

This post has been answered by User_H3J7U on Nov 20 2021
Jump to Answer

Comments

Post Details

Added on Nov 19 2021
11 comments
1,004 views