<?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: base64 decoding</title>
	<atom:link href="http://face.centosprime.com/macosxw/base64-decoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://face.centosprime.com/macosxw/base64-decoding/</link>
	<description>hints and notes for the mac os x folks</description>
	<lastBuildDate>Wed, 24 Feb 2010 00:31:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: raskeL</title>
		<link>http://face.centosprime.com/macosxw/base64-decoding/comment-page-1/#comment-129476</link>
		<dc:creator>raskeL</dc:creator>
		<pubDate>Fri, 06 Mar 2009 01:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=79#comment-129476</guid>
		<description>You can also use base64 from Mac Ports.   Install mac ports.

Search for the base64 binary:

&gt; port search base64

base64         mail/base64    1.3          Encode and decode base64 files

and then install it: 

&gt; sudo port install base64</description>
		<content:encoded><![CDATA[<p>You can also use base64 from Mac Ports.   Install mac ports.</p>
<p>Search for the base64 binary:</p>
<p>&gt; port search base64</p>
<p>base64         mail/base64    1.3          Encode and decode base64 files</p>
<p>and then install it: </p>
<p>&gt; sudo port install base64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: face</title>
		<link>http://face.centosprime.com/macosxw/base64-decoding/comment-page-1/#comment-94344</link>
		<dc:creator>face</dc:creator>
		<pubDate>Sat, 13 Oct 2007 13:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=79#comment-94344</guid>
		<description>I have this other note to myself as well...
&lt;code&gt;
base64 decoding
perl -pe &#039;use MIME::Base64; $_=MIME::Base64::encode($_);&#039;
perl -pe &#039;use MIME::Base64; $_=MIME::Base64::decode($_);&#039;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I have this other note to myself as well&#8230;<br />
<code><br />
base64 decoding<br />
perl -pe 'use MIME::Base64; $_=MIME::Base64::encode($_);'<br />
perl -pe 'use MIME::Base64; $_=MIME::Base64::decode($_);'<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: face</title>
		<link>http://face.centosprime.com/macosxw/base64-decoding/comment-page-1/#comment-94110</link>
		<dc:creator>face</dc:creator>
		<pubDate>Fri, 12 Oct 2007 16:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=79#comment-94110</guid>
		<description>Fixed - thanks for pointing that out

8)</description>
		<content:encoded><![CDATA[<p>Fixed &#8211; thanks for pointing that out</p>
<p> <img src='http://face.centosprime.com/macosxw/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sax</title>
		<link>http://face.centosprime.com/macosxw/base64-decoding/comment-page-1/#comment-94109</link>
		<dc:creator>Sax</dc:creator>
		<pubDate>Fri, 12 Oct 2007 16:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://face.centosprime.com/macosxw/?p=79#comment-94109</guid>
		<description>You forgot to HTML-entity encode the angle brackets. Your infile and outfiles are missing from this description!</description>
		<content:encoded><![CDATA[<p>You forgot to HTML-entity encode the angle brackets. Your infile and outfiles are missing from this description!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
