GuilhermeAlecrim7K / terminal-devtools

Generator tools for the terminal (Linux and Windows)
GNU General Public License v2.0
0 stars 0 forks source link

Base64 Encoding/Decoding #2

Open GuilhermeAlecrim7K opened 4 months ago

GuilhermeAlecrim7K commented 4 months ago

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.