decode Base64
Decodes a Base64-encoded string and writes it to the specified file.
Return
The file containing the decoded data.
Parameters
inputbase64
The Base64 string to decode.
output
The file to write the decoded bytes to.
Decodes a Base64-encoded string and writes it to the specified file.
The file containing the decoded data.
The Base64 string to decode.
The file to write the decoded bytes to.