Monthly Archives: May 2012

TAR and GZIP Compression in Java

When you are generating a lot of output files as I do on some of my projects you at some point want to archive them so you end creating an archive directory and placing the files in there (usually with … Continue reading

Posted in Java, Programming | Tagged , | 2 Comments

Revisited: PGP Encryption/Decryption in Java

One of the most popular posts on my blog is my article about PGP Encryption and Decryption. I’ve had a lot of great questions as well as responses from user who have even been kind enough to post modifications to … Continue reading

Posted in Java, Programming | Tagged , , | 126 Comments