| Author |
creating an encrypted column
|
indu yeturu
Ranch Hand
Joined: Aug 27, 2008
Posts: 123
|
|
Hi all...
am creating a LOGIN table in oracle with (username,password)columns as single primary key.
In this, we need to encrypt password column. How to do this ?
|
thanks,
indu
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
|
Encrypt password at application level. Use some Java ciphering/deciphering API for this. Don't know much, wait for other ranchers valuable inputs.
|
[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
|
 |
indu yeturu
Ranch Hand
Joined: Aug 27, 2008
Posts: 123
|
|
here in database I need to enter some sets of usernames and passwords. And in table data view, password column should not show the content.
|
 |
Sagar Rohankar
Ranch Hand
Joined: Feb 19, 2008
Posts: 2896
|
|
|
how to encrypt database password column
|
 |
 |
|
|
subject: creating an encrypted column
|
|
|