Wednesday, June 20, 2007

Java Cryptography

Cryptography is about securing your data during communication. Java JDK has inbuilt APIs called JCE that helps you to implement the various cryptography methodologies.

I found the following articles on the web which very well explains the implementing Cryptography in java.

Part I - Explains the cryptography concepts.
Part II - More details with java code examples.

No comments: