| Author |
creating login table for webapplication
|
indu yeturu
Ranch Hand
Joined: Aug 27, 2008
Posts: 123
|
|
I need to create a login table in oracle for webapplication.
username and passwords are the columns, here the password column should be encrypted.
How to create an encrypted password column in a table ?
|
thanks,
indu
|
 |
Agador Paloi
Ranch Hand
Joined: Jan 24, 2006
Posts: 116
|
|
If you mean what column type to use for the table , then I would suggest something
like PASSWORD RAW(60) NOT NULL
in your table.
|
 |
 |
|
|
subject: creating login table for webapplication
|
|
|