<?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 Decode Encode Using Notepad++</title>
	<atom:link href="http://wingloon.com/2008/10/28/base64-decode-encode-using-notepad/feed/" rel="self" type="application/rss+xml" />
	<link>http://wingloon.com/2008/10/28/base64-decode-encode-using-notepad/</link>
	<description>decoding my knowledge through blogging</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:18:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Bruzer</title>
		<link>http://wingloon.com/2008/10/28/base64-decode-encode-using-notepad/comment-page-1/#comment-2343</link>
		<dc:creator>Matt Bruzer</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://wingloon.com/?p=473#comment-2343</guid>
		<description>This article was useful to me since I use notepad++ but never knew how to do this.  

An interesting point to add the Base64 encode does not produce a decodable string for very short strings.  I had to add three zeros on the end to make the result 16 characters long so the Base64 decoder plugin would accept the input.

Thanks!</description>
		<content:encoded><![CDATA[<p>This article was useful to me since I use notepad++ but never knew how to do this.  </p>
<p>An interesting point to add the Base64 encode does not produce a decodable string for very short strings.  I had to add three zeros on the end to make the result 16 characters long so the Base64 decoder plugin would accept the input.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
