MD5 by nn

System.in.eachLine{java.security.MessageDigest.getInstance('MD5').digest(it as byte[]).any{printf'%02x',it};println''}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page