| |||||
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
What's New in This Release: [ read full changelog ]
· DigestUtils: Add MD2 APIs. Thanks to ggregory.
· DigestUtils: add APIs named after standard algorithm name SHA-1.
· DigestUtils.getDigest(String) should throw IllegalArgumentException instead of RuntimeException.
· Create a class MessageDigestAlgorithms to define standard algorithm names.
· DigestUtils.getDigest(String) loses the original exception.
· Remove unnecessary attempt to fill up the salt variable in UnixCrypt.
· Remove unnecessary call to Math.abs().
· More tests and minor things.
· Added regression tests for PhoneticEngine based on Solr-3.6.0.
· DigestUtils: add updateDigest methods and make methods public.
· Add classes for MD5/SHA1/SHA-512-based Unix crypt(3) hash variants.

Via: Apache Commons Codec 1.7






0 Comment:
Post a Comment