This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Oracle/OAS and the fly likes creating login table for webapplication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "creating login table for webapplication" Watch "creating login table for webapplication" New topic
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.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: creating login table for webapplication
 
Similar Threads
creating an encrypted column
Pass more than one parameter to the session.load()
how to define password column in hibernate
Problem while retrieving values from table
Problem while retrieving values from table