Re: OT: base64 encoded messages

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Thu, 05 Jun 2008 20:59:47 +0200
Message-ID: <484837A3.1020603@gmail.com>


Yong Huang wrote:
> From time to time, we receive some people's postings as Base 64 encoded
> messages that are shown as:
>
> $ head -3 qq
> SSBoYXZlIGZvdW5kIGFuIGludGVyZXN0aW5nIHNpdHVhdGlvbiBoZXJlLCBhbmQgaGF2ZSBydW4g
>

[...]
> those that can't read (like me) can use this trick to read:
>
> $ cat base64decode.pl
> #!/usr/bin/perl -w
>
> use MIME::Base64 qw(decode_base64);
>

[...]

Or if you have base64 (GNU coreutils):

base64 -d filename

Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 05 2008 - 13:59:47 CDT

Original text of this message