Take either a string or a base64 text-file path as a parameter and produce an output. The output can be printed to the terminal or saved to a file of the user's choice.
Encoding:
Take a string or file path as a parameter and produce a base64 string. Output to terminal only. User may use '>' on the terminal to produce a file with the output.
Decoding:
Take either a string or a base64 text-file path as a parameter and produce an output. The output can be printed to the terminal or saved to a file of the user's choice.
Encoding:
Take a string or file path as a parameter and produce a base64 string. Output to terminal only. User may use '>' on the terminal to produce a file with the output.