MD5 by cignoir

while(0<1)println(java.security.MessageDigest.getInstance("MD5").digest(readLine.getBytes).map("%02x".format(_)).mkString)

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

download

return to the top page