This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes Reg JCE API - need help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Reg JCE API - need help" Watch "Reg JCE API - need help" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Reg JCE API - need help
 
Similar Threads
Question for deployment: Does JRE Install include keytool, etc?
Simple password encryption
IBM JCE in WSAD4.0.3
Tomcat Realm DES encrypted passwords
encrypt and decrypt a file in Java