Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle APPS 10.7SC password
djlguy wrote:
> How can I validate an Oracle APPS password, version 10.7SC?
> I am writing a custom application, and want to have the user provide the
> same login credentials that they would if logging into Oracle APPS, then I
> want to verify that they are correct.
> I'm not interested in decrypting the stored password. I am interested in
> encrypting the user entered password, and comparing it to the password
> stored in the FND_USER table.
This screams of a security violation and I, for one, refuse to help you.
If you want to know whether a password works ... try logging on with it. SELECT COUNT(*) from some table and return a BOOLEAN. You have no need I can think of to have access to encrypted anything.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Fri Nov 18 2005 - 13:08:56 CST