<?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 base64 encode with C/C++ and OpenSSL</title>
	<atom:link href="http://www.missiondata.com/blog/software-development/35/howto-base64-encode-with-cc-and-openssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog/software-development/35/howto-base64-encode-with-cc-and-openssl/</link>
	<description>Louisville-based Web Development &#38; Software Engineering</description>
	<lastBuildDate>Tue, 10 Jan 2012 08:34:18 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: bsm</title>
		<link>http://www.missiondata.com/blog/software-development/35/howto-base64-encode-with-cc-and-openssl/comment-page-1/#comment-2291</link>
		<dc:creator>bsm</dc:creator>
		<pubDate>Fri, 01 Dec 2006 03:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.missiondata.com/?p=35#comment-2291</guid>
		<description>I found this works better, as some chars were being chopped off during subsequent decoding:

	char *buff = (char *)malloc(bptr-&gt;length+1);
	memcpy(buff, bptr-&gt;data, bptr-&gt;length);
	buff[bptr-&gt;length] = 0;</description>
		<content:encoded><![CDATA[<p>I found this works better, as some chars were being chopped off during subsequent decoding:</p>
<p>	char *buff = (char *)malloc(bptr-&gt;length+1);<br />
	memcpy(buff, bptr-&gt;data, bptr-&gt;length);<br />
	buff[bptr-&gt;length] = 0;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

