This article covers Base64 and hexadecimal encoding and decoding of strings using Apache Commons Codec, including code examples for encoding and decoding messages.
This article covers the use of Apache Commons Codec for data compression and decompression, specifically focusing on the Zlib and gzip compression algorithms.
This article covers the basics of data encryption and decryption using Message Digests and Symmetric encryption algorithms supported by Apache Commons Codec library.