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