KotlinTrader / com.doubleu.kotlintrader.util / MD5

MD5

object MD5

Handels MD5 Encryption. The Trader's password is MD5 encrypted.

Functions

encrypt fun encrypt(s: String): String
toHexString fun toHexString(bytes: ByteArray): String

Extension Functions

valueOf fun Any?.valueOf(): String