jeko0o
14 years agoVisitor
decode base64
guys could help me with this, I decode base64 and print the result, as I was able to encode but I failed to perform the reverse process.
encode:
ba=CreateObject("roByteArray")
ba.FromAsciiString("example.")
print ba.ToBase64String()
encode:
ba=CreateObject("roByteArray")
ba.FromAsciiString("example.")
print ba.ToBase64String()