md5Of

fun md5Of(vararg keys: Any, separator: String = "|"): String

Computes an MD5 hash of the given keys joined by separator.

Return

the hex-encoded MD5 hash

Parameters

keys

the values to hash

separator

the separator between key values (default "|")