← Back to team overview

maria-discuss team mailing list archive

Re: base64 text

 

Sure. base64:

DESCRIPTION
       Base64 encode or decode FILE, or standard input, to standard output.
       With no FILE, or when FILE is -, read standard input.
       Mandatory arguments to long options are mandatory for short options too.

       -d, --decode
              decode data
       -i, --ignore-garbage
              when decoding, ignore non-alphabet characters
       -w, --wrap=COLS
              wrap encoded lines after COLS character (default 76).  Use 0 to disable line wrapping

       --help display this help and exit
       --version
              output version information and exit

       The  data  are  encoded as described for the base64 alphabet in RFC 4648.  When decoding, the input may contain newlines in addition to the bytes of the formal base64 alphabet. Use --ignore-garbage to attempt to recover
       from any other non-alphabet bytes in the encoded stream.

Brian Andrus

On 1/28/2023 7:10 PM, Ruben Safir wrote:
is there a way to encode text blogs to base64 so I can handle emails
that are stored in the database so they don't look like binary trash
like this?
http://www.nylxs.com/messages.html?id=553339&archive=2023-01-01

------
So many immigrant groups have swept through our town
that Brooklyn, like Atlantis, reaches mythological
proportions in the mind of the world - RI Safir 1998
http://www.mrbrklyn.com
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002

http://www.nylxs.com - Leadership Development in Free Software
http://www.brooklyn-living.com

Being so tracked is for FARM ANIMALS and extermination camps,
but incompatible with living as a free human being. -RI Safir 2013

_______________________________________________
Mailing list: https://launchpad.net/~maria-discuss
Post to     : maria-discuss@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~maria-discuss
More help   : https://help.launchpad.net/ListHelp


References