<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - weilawei</title>
<link>http://snipplr.com/users/weilawei/tags/arcfour</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 15:08:41 GMT</pubDate>
<item>
<title>(Python) ARC4</title>
<link>http://snipplr.com/view/64835/arc4/</link>
<description><![CDATA[ <p>This is a pure Python implementation of ARC4 as a generator to highlight its nature as a stream cipher. Several improvements can be made, for instance, it could take a nonce, use multiple state spaces (parallelizable), automatically discard the first 4K of the state space(s), use a more complex transformation than a simple swap, limit the # of bytes encrypted per nonce, etc.. The size of the state space is a parameter. The size of the key must not exceed the size of the state space, as additional key data will not be mixed into the prepared state.</p> ]]></description>
<pubDate>Thu, 10 May 2012 22:03:28 GMT</pubDate>
<guid>http://snipplr.com/view/64835/arc4/</guid>
</item>
</channel>
</rss>