Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Reverse engineer passwords

RE: Reverse engineer passwords

From: Linda Hagedorn <Linda_at_pets.com>
Date: Fri, 14 Jul 2000 14:27:45 -0700
Message-Id: <10558.112115@fatcity.com>


I'm really going to have some fun with this project!

Thanks for the ideas.

Linda

-----Original Message-----
From: William Beilstein [mailto:BeilstWH_at_obg.com] Sent: Friday, July 14, 2000 2:55 PM
To: Multiple recipients of list ORACLE-L Subject: RE: Reverse engineer passwords

Get the encrypted password by typing

SELECT PASSWORD FROM DBA_USERS WHERE USERNAME = 'MYUSER'; It will display the password as something like this; Received on Fri Jul 14 2000 - 16:27:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US