public static encodeText(text as String) as String throws CryptoException:
import klyn.cryptography value = Hex.encodeText("hello") print(value)