Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Oracle/OAS
creating login table for webapplication
indu yeturu
Ranch Hand
Posts: 123
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 118
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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.
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
creating an encrypted column
Pass more than one parameter to the session.load()
Problem while retrieving values from table
Problem while retrieving values from table
how to define password column in hibernate
More...