aspose file tools
The moose likes Security and the fly likes JCE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "JCE" Watch "JCE" New topic
Author

JCE

Raj Ohadi
Ranch Hand

Joined: Jun 30, 2006
Posts: 314
New to JCE. I now it is for encrypt/decrpt. Just curious -- It comes with jdk1.4, right ? So if I have two parties on 2 different JVMs, do they need to install anything besides the jdk ? For example, do they need to have any keystore installed ? where to get keystore ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35220
    
    7
You don't necessarily need a keystore, although both sides will need to know the passwords used by the other side. A simple example of encryption and decryption with JCE is shown here.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JCE
 
Similar Threads
configuring Tomcat for SSL
need to encrypt files,suggest any tutorial
how do i use a PKCS12 file
KeyStore
How To Get HTTPS?