Tag Archives: blowfish

GNU Crypto Usage Example in Java

So, how would one implement a cipher using the GNU Crypto algorithms?

First things first, get the jars at the very least.

Next, to ensure that your implementation of the Cipher in Java will work on all Java releases, ensure that you have the Base64EncoderĀ file locally located within your project.

From here, a good modified working example can be found here: