base64toHex

@NotNull
open fun base64toHex(@NotNull input: String): String

Encoding changer. Base64-String to Hex-String, i.e. "SGVsbG8gV29ybGQ=" -> "48656C6C6F20576F726C64"