It works with Base64, Hexedecimal, Phonetic and URLs.
This package contains a abstract framework for the creation of encoders and decoders.
Codec itself is primarily focused on providing functional utilities for working with common encodings
Requirements:
· Java 1.6 or higher
What's New in This Release: [ read full changelog ]
· Added DigestUtils.updateDigest(MessageDigest, InputStream).
· Added JUnit to test our decode with pad character in the middle.
· Added Match Rating Approach (MRA) phonetic algorithm encoder.