IntelliJ Java IDE
The moose likes Security and the fly likes Encryption/Decryption using java or oracle Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Encryption/Decryption using java or oracle" Watch "Encryption/Decryption using java or oracle" New topic
Author

Encryption/Decryption using java or oracle

chandubcs
Ranch Hand

Joined: Jun 03, 2001
Posts: 47
Hi all,
I need to store the user passwords in Oracle using Java, so I am looking for some simple algorithms or methods (which are not too complex) to encrypt and decrypt using either java or oracle which are freeware.
Thanks,
Danny Kaplun
Greenhorn

Joined: Mar 23, 2004
Posts: 3
hi i have such a program, but i do not have it on my laptop. it is in java. you can encrypt and decrypt programs with a password(pbe encryption). just telling, when i get home, i will put it on.
Danny Kaplun
Greenhorn

Joined: Mar 23, 2004
Posts: 3
sorry for the delayed response; i forgot. here is the code.
 
 
subject: Encryption/Decryption using java or oracle
 
Threads others viewed
Which database effective for Java?
the things Google use for developing
Is Oracle Client required?????
Which way in JAVA is the best and modern to connect Oracle
Java and Oracle Security Interconvertibility
IntelliJ Java IDE