MD5 implementation of PasswordEncoder.
If a null password is presented, it will be treated as an empty String ("")
password.
As MD5 is a one-way hash, the salt can contain any characters.
This is a convenience class that extends the
MessageDigestPasswordEncoder and passes MD5 as the algorithm to use.
author: Ray Krueger author: colin sampaleanu author: Ben Alex version: $Id: Md5PasswordEncoder.java 1527 2006-05-31 03:03:18Z raykrueger $ |