Apache Jakarta Commons Codec
Add to favorites
JDK version:1.4
Web site:http://jakarta.apache.org/commons/codec/ [License]
Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs.
Packages
org.apache.commons.codec

A small set of interfaces used by the various implementations in the sub-packages.

org.apache.commons.codec.binaryBase64, Binary, and Hexadecimal String encoding and decoding.
org.apache.commons.codec.digestOperations to simplifiy common MessageDigest tasks.
org.apache.commons.codec.languageLanguage and phonetic encoders.
org.apache.commons.codec.net

Network related encoding and decoding.