<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; RC4</title>
	<atom:link href="http://www.megapanzer.com/tag/rc4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.megapanzer.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Dec 2011 13:02:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>RC4Encryption : Encrypt and decrypt files with RC4</title>
		<link>http://www.megapanzer.com/2009/06/09/rc4encryption-encrypt-and-decrypt-files-with-rc4/</link>
		<comments>http://www.megapanzer.com/2009/06/09/rc4encryption-encrypt-and-decrypt-files-with-rc4/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 19:02:56 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Crypto]]></category>
		<category><![CDATA[Tools & sources]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[RC4]]></category>
		<category><![CDATA[Sources]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=2111</guid>
		<description><![CDATA[Tool name : RC4Encryption 0.1 &#160; Description : RC4Encryption is a tool to encrypt and decrypt files with the RC4 algorithm. The tool itself is not really hot stuff. OpenSSL supports RC4 since years and also many other algorithms. But you can use this code without any dependency of an additional library and you have [...]]]></description>
			<content:encoded><![CDATA[<table border="0" width="100%">
<tbody>
<tr valign="top">
<td width="30%"></td>
<td width="70%"></td>
</tr>
<tr valign="top">
<td><strong>Tool name</strong> :</td>
<td>RC4Encryption 0.1</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Description</strong> :</td>
<td>RC4Encryption is a tool to encrypt and decrypt files with the RC4 algorithm. The tool itself is not really hot stuff. OpenSSL supports RC4 since years and also many other algorithms. But you can use this code without any dependency of an additional library and you have working functions of stream cipher encryption.
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Tested on</strong> :</td>
<td>Windows XP</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td><strong>Feedback</strong> :</td>
<td>In case you encounter any problems with the tool, you have suggestions to improve it, or you tested it with a Windows version i&#8217;ve not yet tested please drop me an <a href="http://www.megapanzer.com/contact/">email</a>.</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Downloads</strong> :</td>
<td><a href="http://www.megapanzer.com/wp-content/uploads/rc4encryption.exe">Binary</a> | <a href="http://www.megapanzer.com/wp-content/uploads/rc4encryption.cpp" target="_blank">Source</a></td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr valign="top">
<td><strong>Screen shots</strong> :</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2009/06/09/rc4encryption-encrypt-and-decrypt-files-with-rc4/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Source : Encrypt and decrypt with RC4</title>
		<link>http://www.megapanzer.com/2009/03/16/source-encrypt-and-decrypt-with-rc4/</link>
		<comments>http://www.megapanzer.com/2009/03/16/source-encrypt-and-decrypt-with-rc4/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 18:03:01 +0000</pubDate>
		<dc:creator>carrumba</dc:creator>
				<category><![CDATA[Tools & sources]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[RC4]]></category>

		<guid isPermaLink="false">http://www.megapanzer.com/?p=780</guid>
		<description><![CDATA[Below, you can find a link to the source code with the function(s) to encrypt and decrypt data buffers with the RC4 altorithm. rc4.cpp]]></description>
			<content:encoded><![CDATA[<p>Below, you can find a link to the source code with the function(s) to encrypt and decrypt data buffers with the RC4 altorithm. </p>
<p><a href="http://www.megapanzer.com/wp-content/uploads/rc4.cpp" target="_blank">rc4.cpp</a><br />
<br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megapanzer.com/2009/03/16/source-encrypt-and-decrypt-with-rc4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

