md5

fun md5(username: String, password: String): String

Encode the given username and password to a MD5 String.

Return

An encoded MD5 String.

Parameters

username

The username of the user account.

password

The password of the user account.