base64
Encode and decode using Base64 representation
Options
Name | Description |
---|---|
--help, -h | Display this help and exit |
--break, -b <count> | Insert line breaks every count characters. Default is 0, which generates an unbroken stream |
--decode, -d, -D | Decode 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 |