Home » Developer & Programmer » Forms » Password should not be displayed in the database (Oracle forms,10g,Windows 2003)
Password should not be displayed in the database [message #437367] Mon, 04 January 2010 01:37 Go to next message
katangur.nikethan
Messages: 31
Registered: December 2009
Location: Hyderabad
Member
Hi all,

I have created a login page & the login values a being stored in the data base but how to conceal the password in the database.

Thanks in advance,
K.Nikethan
Re: Password should not be displayed in the database [message #437369 is a reply to message #437367] Mon, 04 January 2010 01:44 Go to previous message
Michel Cadot
Messages: 68686
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Do as Oracle, does not the password but a hash value from it (see dbms_crypto package) and at login time, do not compare the entered password with the stored one, but the hash value of the given password and this stored hashed value.

Regards
Michel
Previous Topic: Displaying a Popup Message In Login Form
Next Topic: frm-40735: WHEN BUTTON PRESSED trigger raised unhandled exception ORA-01847
Goto Forum:
  


Current Time: Fri Sep 20 02:16:46 CDT 2024