java - How can I generate an MD5 hash? - Stack Overflow
Is there any method to generate MD5 hash of a string in Java? ... The MessageDigest class can provide you with an instance of the MD5 digest. When working with strings and the crypto classes be sure to always specify the encoding you want the byte ......