Re: What solaris apps convert text to/from base 64?

lvirden_at_gmail.com
Date: 07/23/04


Date: 23 Jul 2004 12:36:53 GMT


According to Juhan Leemet <juhan@logicognosis.com>:
:On Thu, 22 Jul 2004 15:25:04 +0000, lvirden wrote:
:> It looks to me as if dtmail attachments are encoded in base64.
:> I've a user who is looking to do something similar within their
:> own application. Is there an executable that comes with Solaris
:> to encode (and decode) files into base 64?
:
:I used to use something called mpack. It doesn't explicitly say so, but I
:believe it would pack/unpack to/from base 64.

Thanks everyone for all your suggestions. As I mentioned elsewhere in this
thread, uudeview/uuenview appears in /opt/sfw/bin - that was the closest
to something 'out of the box'.

I know that things could be written in Perl. However, those things would then
need to be debugged, maintained, documented, etc. and the person asking me
about this just wanted to use something off the machine without having to
deal with developing yet another encoder/decoder.

Someone above asked about using uuencode. Alas, the data is japanese characters
being sent through email and need to be base64 to be compatible with the
subsequent email readers, which are expecting base64.

Thanks again all!

-- 
<URL: http://wiki.tcl.tk/ > In God we trust.
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden@yahoo.com > <URL: http://www.purl.org/NET/lvirden/ >


Relevant Pages

  • Re: Base64 encoding?
    ... Up came a great block of base64 encoded AlphaNumeric characters. ... what are the pros and cons of Base64 encoding? ... or it may just be lazy coding of the sending email ... client - encode everything in Base64 whether it needs it or not. ...
    (uk.people.silversurfers)
  • Re: rexml difficulties
    ... I give base64 encode a try. ... extract JPG images and store them as Base-64 encoded elements in an XML ... Would your process include using Base64? ...
    (comp.lang.ruby)
  • Re: size using Base64 Content-Transfer-Encoding
    ... > Sorry let me clarify my question, I mean that I encode certain data ... Base64 is the sister of UUencode. ... Lay down your binary file in binary code, ... Foreach packet, replace the packet by the Character at ...
    (sci.crypt)
  • Re: Encrypted email - is there a specific solution?
    ... assign the byte array to the mailmsg body please? ... >, then you can encrypt ... > the data and either send it to yourself as an attachment or base64 encode it ...
    (microsoft.public.dotnet.framework.aspnet)
  • What solaris apps convert text to/from base 64?
    ... It looks to me as if dtmail attachments are encoded in base64. ... Is there an executable that comes with Solaris ... to encode files into base 64? ...
    (comp.unix.solaris)