Handling MD5-encoded passwords in Java

On his Arena Red weblog, Trygve Isaacson offers MD5Password, a Java class that offers a simple interface for using MD5-encoded passwords:

Typically, you just want to either check that a clear text password you've been given hashes to match a stored value, or you want to hash that string to get a value you can store. So that's just two very simple function APIs ...

Add a Comment

All comments are moderated before publication. These HTML tags are permitted: <p>, <b>, <i>, <a>, and <blockquote>. This site is protected by reCAPTCHA (for which the Google Privacy Policy and Terms of Service apply).