aspose file tools
The moose likes Oracle/OAS and the fly likes Regarding: Encryption of Password in Oracle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Oracle/OAS
Reply Bookmark "Regarding: Encryption of Password in Oracle" Watch "Regarding: Encryption of Password in Oracle" New topic
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
 
Similar Threads
Encrypted Password for Oracle JDBC
Cafebabe!
Static passwords
Encryption in Java
Encryption and Decryption - DB2 and JPA