base64

Encode and decode using Base64 representation

Options

NameDescription
--help, -hDisplay this help and exit
--break, -b <count>Insert line breaks every count characters. Default is 0, which generates an unbroken stream
--decode, -d, -DDecode incoming Base64 stream into binary data
--input, -i <input_file>Read input from input_file. Default is stdin; passing - also represents stdin
--output, -o <output_file>Write output to output_file. Default is stdout; passing - also represents stdout