| Author |
Reg JCE API - need help
|
KVKARTHIK
Greenhorn
Joined: Aug 28, 2004
Posts: 3
|
|
Hi, I need to store the encrypted values of certain values in Database. I heard that JCE (Java Cryptography Extension) API will solve my problem. It will be helpful for me if anybody provides some examples for storing and retrieving values in the database. Thanks Karthik
|
 |
Elihu Smails
Ranch Hand
Joined: Jan 12, 2005
Posts: 37
|
|
Wouldn't this be considered a JDBC question? If not, then just triple DES the data and throw it in to your database as a BLOB.
|
 |
 |
|
|
subject: Reg JCE API - need help
|
|
|