chickadee » base64 » base64-decode

base64-decode IN #!optional OUTprocedure

Decodes base64 text from IN (a string or port) to optional output port OUT, and returns OUT. Invalid input data is silently skipped.

If the output port is omitted, the decoded output is written to a fresh string and returned.