This is my current version of a HashUtility class.



import java.io.UnsupportedEncodingException;
import java.math.BigInteger;
import java.security.MessageDigest;
import...