Can anyone provide me with a java action that encrypts a string to MD5

1
Hi,  I thought we had it as a java action in community commons, but I couldn't find it. I need a java action that encrypts a string to MD5.   PS: I know it's old and should not be used, but in this case we have to set it up to confirm with a 3rd party.
asked
2 answers
3

Hi Sebastiaan,

You can do it by org.apache.commons.codec.digest.DigestUtils.md5Hex() , if you implement your Java action.

 

answered
0

It would be nice if a java action was added to the CommunityCommons module for this. :)

answered