base64toHex

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

Encoding changer. Base64-String to Hex-String, that is "SGVsbG8gV29ybGQ=" to "48656C6C6F20576F726C64".