954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to decrypt stored password in oracle

i want to knw that how to decrypt stored password in oracle database..

shapam
Newbie Poster
22 posts since Sep 2010
Reputation Points: 10
Solved Threads: 1
 

What password do you mean ? If you mean that from a user, then no, you can't (it's a hash).

pritaeas
Posting Expert
Moderator
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

PASSWORD USERNAME
------------------------------ ------------------------------
F894844C34402B67 SCOTT

that password i want to decrypt..

shapam
Newbie Poster
22 posts since Sep 2010
Reputation Points: 10
Solved Threads: 1
 

Where does that come from, did you insert that yourself (post your table structure and insert query), or is it an Oracle user (then see previous answer) ?

pritaeas
Posting Expert
Moderator
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 
Where does that come from, did you insert that yourself (post your table structure and insert query), or is it an Oracle user (then see previous answer) ?


select username,password from dba_users where username='SCOTT';

this is the query that actual password stored in that dba_users master table..

shapam
Newbie Poster
22 posts since Sep 2010
Reputation Points: 10
Solved Threads: 1
 

Like I said before, you cannot decrypt that password because it is a hash.

pritaeas
Posting Expert
Moderator
5,480 posts since Jul 2006
Reputation Points: 653
Solved Threads: 875
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: