cdx.scorebot.util
Class MD5

java.lang.Object
  extended by cdx.scorebot.util.MD5

public abstract class MD5
extends java.lang.Object

Static class to return the MD5 Digest Hash for any string passed to it

Author:
Sean Sullivan

Method Summary
static java.lang.String Hash(java.lang.String toHash)
          Static class to process a string and then return its MD5 hash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Hash

public static java.lang.String Hash(java.lang.String toHash)
Static class to process a string and then return its MD5 hash

Parameters:
toHash - String that the MD5 hash will be produced from
Returns:
The MD5 hash of the passed in string