public static decodeToText(value as String) as String throws CryptoException:
Decodes a standard Base64 string to text.
value
Decoded text.
import klyn.cryptography print(Base64.decodeToText("aGVsbG8="))