Hi! I know that there is a lot of similar topics, but still... can someone provide me a working example of method which generates MD5 String.
I'm currently using MessageDigest, and I'm doing the following to get a string
BASE64Encoder().encode(messageDigest.digest())
I guess there is some better way to do that.
Thanks in advance!