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

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle Password Encryption Algorithm

Re: Oracle Password Encryption Algorithm

From: Roeland Stouthart <oracle_at_worldonline.nl>
Date: 1997/03/19
Message-ID: <01bc33e7$6d323480$dd141b91@oracle.kpmg.nl>#1/1

> I have a similar requirement in my Oracle app. A user, who does not
> have the authority to perform a certain action should a certain
> condition arise, needs to have a supervisor or co-worker who is
> authorized validate the transaction. I can tell if the other person is
> authorized because it is driven by the Oracle role mechanism. The
> other person has to 'walk' over to the operators terminal, enter their
> Oracle userID and password. If it matches, then I can permit the
> transaction to proceed.
>
> This shouldn't be too difficult. I know that the password encryption
> is only 1-way. Since it is easy to do this type of validation on the
> Unix side, I thought someone might have done something similar on the
> Oracle side.
>
> Dave Macpherson
>

As long as you haven't found the algorithm you could use an addition role with password for the user. Only after the authorizer typed his the password, the application can succesfully enable the role and the transaction can be completed.

Roeland Received on Wed Mar 19 1997 - 00:00:00 CST

Original text of this message

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