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
posted
0
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
posted
0
sorry for the delayed response; i forgot. here is the code.
subject: Encryption/Decryption using java or oracle