Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

encryption

  Asked By: Fabiana    Date: Jul 07    Category: Java    Views: 474
  

is there any encryption library in java ?
if there is, please give me some simple program that use it

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Ella Brown     Answered On: Jul 07

Check out javax.crypto in the SDK 1.4.2 Documentation

 
Answer #2    Answered By: Liam Bouchard     Answered On: Jul 07

You have already JCE included in the JDK 1.4.

Please check this url:
java.sun.com/.../API_users_guide.html

 
Answer #3    Answered By: Hababah Younis     Answered On: Jul 07

Right, but the Bouncy Castle APIs offer quite a bit of code which is not
available in the JCE...things like PGP and other encryption  algorithms
as well as tools for building your own CA.

 
Answer #4    Answered By: Edfu Massri     Answered On: Jul 07

In addition to the crypto APIs in the JDK you should look at the Bouncy
Castle libraries: http://www.bouncycastle.org/

You can use Bouncy Castle in conjunction with the JDK crypto APIs to do
almost anything. One thing to note though is that the documentation is
not always that good in the Bouncy Castle library.

 
Didn't find what you were looking for? Find more on encryption Or get search suggestion and latest updates.




Tagged: