Various Java examples.
- encryption -> encrypt and decrypt using AES and Bouncy Castle.
Make sure you have installed the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files, in order to be able to run the example. You can find it here:
http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html
See the README.txt file, inside the downloaded archive, for installation instructions.