public static decodeToText(value as String) as String throws CryptoException:
import klyn.cryptography print(Base64.decodeToText("aGVsbG8="))