md5 - In Java, how do I convert a byte array to a string of hex digits while keeping leading zeros?
I'm working with some example java code for making md5 hashes. One part converts the results from bytes to a string of hex digits: byte messageDigest[] = algorithm.digest ......