<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Howto do Base64 Decoding on OSX</title>
	<atom:link href="http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/</link>
	<description>Software Development in Brisbane</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:00:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Jeena Paradies</title>
		<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/comment-page-1/#comment-31308</link>
		<dc:creator>Jeena Paradies</dc:creator>
		<pubDate>Sun, 04 Jul 2010 17:58:14 +0000</pubDate>
		<guid isPermaLink="false">#comment-31308</guid>
		<description>Or you coud just use http://github.com/jeena/Base64Decoder</description>
		<content:encoded><![CDATA[<p>Or you coud just use <a href="http://github.com/jeena/Base64Decoder" rel="nofollow">http://github.com/jeena/Base64Decoder</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/comment-page-1/#comment-16701</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:38:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-16701</guid>
		<description>Hey Lucas,

Thanks for the response, and slightly more coherant explanation of the behaviour.

-R</description>
		<content:encoded><![CDATA[<p>Hey Lucas,</p>
<p>Thanks for the response, and slightly more coherant explanation of the behaviour.</p>
<p>-R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/comment-page-1/#comment-16700</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 06 Jun 2008 04:27:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-16700</guid>
		<description>Hi Rob, running 10.5.2 here.
I also got the abort trap error, and simply encoded a file to see &quot;what openssl was looking for&quot; as you say.  In fact, it wants pure Base64 with no header or footer info.  I stripped all the content marker stuff from the top and bottom of the (text) file and it worked perfectly.  Obviously openssl isn&#039;t coded to actually look for or create anything by default except the encoding.   

Really glad I don&#039;t have to do this often, because there&#039;s *absolutely* no good OSX app for it.  In the PC world, WinZip works like a charm.  Ah well, that&#039;s what Parallels is for!
-L</description>
		<content:encoded><![CDATA[<p>Hi Rob, running 10.5.2 here.<br />
I also got the abort trap error, and simply encoded a file to see &#8220;what openssl was looking for&#8221; as you say.  In fact, it wants pure Base64 with no header or footer info.  I stripped all the content marker stuff from the top and bottom of the (text) file and it worked perfectly.  Obviously openssl isn&#8217;t coded to actually look for or create anything by default except the encoding.   </p>
<p>Really glad I don&#8217;t have to do this often, because there&#8217;s *absolutely* no good OSX app for it.  In the PC world, WinZip works like a charm.  Ah well, that&#8217;s what Parallels is for!<br />
-L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robert</title>
		<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/comment-page-1/#comment-1504</link>
		<dc:creator>robert</dc:creator>
		<pubDate>Mon, 28 May 2007 04:18:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-1504</guid>
		<description>Chuck -- the error (not at all friendly I agree) is probably caused by the input file not quite being exactly what openssl was looking for.

The base64 encoded information starts after the content-transfer encod and other content lines (including a blank line).

It goes until there is an end of content type marker (something like --=-+6CkMdvZE6LkzVsMp5qp--  ).</description>
		<content:encoded><![CDATA[<p>Chuck &#8212; the error (not at all friendly I agree) is probably caused by the input file not quite being exactly what openssl was looking for.</p>
<p>The base64 encoded information starts after the content-transfer encod and other content lines (including a blank line).</p>
<p>It goes until there is an end of content type marker (something like &#8211;=-+6CkMdvZE6LkzVsMp5qp&#8211;  ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Kahn</title>
		<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/comment-page-1/#comment-1340</link>
		<dc:creator>Chuck Kahn</dc:creator>
		<pubDate>Tue, 22 May 2007 19:32:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-1340</guid>
		<description>This:

openssl base64 -d -in noname

Results in this:

unknown option &#039;noname&#039;

This:

openssl base64 -d -in noname

Results in this:

encode.c(262): OpenSSL internal error, assertion failed: n enc_data
Abort trap

I&#039;ll just ask the sender to re-send an archive (zip).</description>
		<content:encoded><![CDATA[<p>This:</p>
<p>openssl base64 -d -in noname</p>
<p>Results in this:</p>
<p>unknown option &#8216;noname&#8217;</p>
<p>This:</p>
<p>openssl base64 -d -in noname</p>
<p>Results in this:</p>
<p>encode.c(262): OpenSSL internal error, assertion failed: n enc_data<br />
Abort trap</p>
<p>I&#8217;ll just ask the sender to re-send an archive (zip).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck Rasolo</title>
		<link>http://www.rojotek.com/blog/2005/10/27/howto-do-base64-decoding-on-osx/comment-page-1/#comment-672</link>
		<dc:creator>Franck Rasolo</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-672</guid>
		<description>Hey Rob

Congratulations are in order for the arrival of Isaac and for switching to OS X too!

Thanks for sharing the tip

Cheers,
Franck
</description>
		<content:encoded><![CDATA[<p>Hey Rob</p>
<p>Congratulations are in order for the arrival of Isaac and for switching to OS X too!</p>
<p>Thanks for sharing the tip</p>
<p>Cheers,<br />
Franck</p>
]]></content:encoded>
	</item>
</channel>
</rss>

