| Author |
Regarding: Encryption of Password in Oracle
|
vish kumar
Greenhorn
Joined: Dec 03, 2008
Posts: 2
|
|
Hi,
How do I store users' passwords in Oracle?
Like i have two fields one user name and other password.
My requirement is i have to show that all passwords should be stored in encrypted format in my table.
The application is in struts and oracle.
can any one please guide me with proper steps as i am new to oracle.
Waiting for your response
|
 |
Agador Paloi
Ranch Hand
Joined: Jan 24, 2006
Posts: 116
|
|
Hi -
I keep my encrypted passwords as RAW(60) in oracle.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Regarding: Encryption of Password in Oracle
|
|
|