UserHelper

object UserHelper

Functions

Link copied to clipboard
fun base64(value: String): String

Encode the given string to a base 64 String.

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

Encode the given username and password to a base 64 String.

Link copied to clipboard
fun md5(username: String, password: String): String

Encode the given username and password to a MD5 String.