Possible Duplicate:
Generate MD5 hash in Java
Hi,
I want to compute the MD5 hash of a string in my scala code. Is there any scala or java library i can use to do this quickly, apart from the regular java.security.MessageDigest way ?
Please Help Thanks
MessageDigest?net.liftweb.util.Helpers.md5(str)– of course it only makes sense when you’re already using liftweb somewhere…