<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Blowfish decryption in Ruby, revisited</title>
	<atom:link href="http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/</link>
	<description>Programming and Linux administration</description>
	<lastBuildDate>Wed, 09 Dec 2009 10:05:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel Brahneborg</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1010</link>
		<dc:creator>Daniel Brahneborg</dc:creator>
		<pubDate>Sun, 17 Aug 2008 20:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1010</guid>
		<description>Sebastian: If you follow the instructions on that page and make sure you understand what is going on, you&#039;ll be done in no time. For me, as I said, it took less than a day.

Still, I&#039;ll check if I can post the code, but don&#039;t count on it.</description>
		<content:encoded><![CDATA[<p>Sebastian: If you follow the instructions on that page and make sure you understand what is going on, you&#8217;ll be done in no time. For me, as I said, it took less than a day.</p>
<p>Still, I&#8217;ll check if I can post the code, but don&#8217;t count on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1009</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sun, 17 Aug 2008 19:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1009</guid>
		<description>Hi
I would love to see the c-extension you wrote!
I have to do encryption in a module and have to create a c extension to hide the key!
The link above only gets me to a page about writing c-extensions...

Best regards
Sebastian</description>
		<content:encoded><![CDATA[<p>Hi<br />
I would love to see the c-extension you wrote!<br />
I have to do encryption in a module and have to create a c extension to hide the key!<br />
The link above only gets me to a page about writing c-extensions&#8230;</p>
<p>Best regards<br />
Sebastian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brahneborg</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1002</link>
		<dc:creator>Daniel Brahneborg</dc:creator>
		<pubDate>Mon, 09 Jun 2008 15:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1002</guid>
		<description>No, I didn&#039;t. We stayed with the C version.</description>
		<content:encoded><![CDATA[<p>No, I didn&#8217;t. We stayed with the C version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Taylor</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1001</link>
		<dc:creator>Allen Taylor</dc:creator>
		<pubDate>Mon, 09 Jun 2008 14:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-1001</guid>
		<description>Did you guys every get a working solution for ruby blowfish encryption?  Is so, can you email me what you found?

Thanks,

Allen</description>
		<content:encoded><![CDATA[<p>Did you guys every get a working solution for ruby blowfish encryption?  Is so, can you email me what you found?</p>
<p>Thanks,</p>
<p>Allen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-299</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 14 Jun 2007 19:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-299</guid>
		<description>I would also be very interested in getting this too work.

ezcrypto fails on files bigger that 256 bytes (well it does how I&#039;m doing it):(
And the crypto gem is way too slow for me.

I will probably have to embed my C code too, not an ideal solution.</description>
		<content:encoded><![CDATA[<p>I would also be very interested in getting this too work.</p>
<p>ezcrypto fails on files bigger that 256 bytes (well it does how I&#8217;m doing it):(<br />
And the crypto gem is way too slow for me.</p>
<p>I will probably have to embed my C code too, not an ideal solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brahneborg</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-39</link>
		<dc:creator>Daniel Brahneborg</dc:creator>
		<pubDate>Thu, 22 Mar 2007 04:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-39</guid>
		<description>Thanks, I guess there is &lt;em&gt;some&lt;/em&gt; code that actually works. If you have the time, please &lt;a href=&quot;mailto:basic70@gmail.com&quot; rel=&quot;nofollow&quot;&gt;email me&lt;/a&gt; that code snippet. It would be great not having to use C code. :)</description>
		<content:encoded><![CDATA[<p>Thanks, I guess there is <em>some</em> code that actually works. If you have the time, please <a href="mailto:basic70@gmail.com" rel="nofollow">email me</a> that code snippet. It would be great not having to use C code. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supersaurus</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-38</link>
		<dc:creator>supersaurus</dc:creator>
		<pubDate>Wed, 21 Mar 2007 21:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-38</guid>
		<description>I guess your blogware just doesn&#039;t like ruby code, sorry, that&#039;s it for me.</description>
		<content:encoded><![CDATA[<p>I guess your blogware just doesn&#8217;t like ruby code, sorry, that&#8217;s it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supersaurus</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-37</link>
		<dc:creator>supersaurus</dc:creator>
		<pubDate>Wed, 21 Mar 2007 21:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-37</guid>
		<description>well, that didn&#039;t work, let&#039;s try tags

&lt;code&gt;

#class EzCrypto::Key
module EzCrypto_extension

  # for both methods
  # src can be a file, a StringIO
  # or anything that responds to a read
  # target can be a string, a file
  # or anything that responds to </description>
		<content:encoded><![CDATA[<p>well, that didn&#8217;t work, let&#8217;s try tags</p>
<p><code></p>
<p>#class EzCrypto::Key<br />
module EzCrypto_extension</p>
<p>  # for both methods<br />
  # src can be a file, a StringIO<br />
  # or anything that responds to a read<br />
  # target can be a string, a file<br />
  # or anything that responds to</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supersaurus</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-36</link>
		<dc:creator>supersaurus</dc:creator>
		<pubDate>Wed, 21 Mar 2007 21:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-36</guid>
		<description>well, I don&#039;t know what happened there, but part of the post disappeared.  here is the module again:


#class EzCrypto::Key
module EzCrypto_extension

  # for both methods
  # src can be a file, a StringIO
  # or anything that responds to a read
  # target can be a string, a file
  # or anything that responds to </description>
		<content:encoded><![CDATA[<p>well, I don&#8217;t know what happened there, but part of the post disappeared.  here is the module again:</p>
<p>#class EzCrypto::Key<br />
module EzCrypto_extension</p>
<p>  # for both methods<br />
  # src can be a file, a StringIO<br />
  # or anything that responds to a read<br />
  # target can be a string, a file<br />
  # or anything that responds to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: supersaurus</title>
		<link>http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-35</link>
		<dc:creator>supersaurus</dc:creator>
		<pubDate>Wed, 21 Mar 2007 21:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://basic70tech.wordpress.com/2007/03/14/blowfish-decryption-in-ruby-revisited/#comment-35</guid>
		<description>I don&#039;t know exactly what you are doing but below is what I did.  using the module below to extend an EzCrypto::Key I can encrypt a 20MB binary file in 3-4 seconds instead of 1 hour+ as with pure ruby solutions.

module EzCrypto_extension
  # for both methods
  # src can be a file, a StringIO
  # or anything that responds to a read
  # target can be a string, a file
  # or anything that responds to  &quot;aes-128-cbc&quot;)  # blowfish, etc also work

# add methods to the key
key.extend(EzCrypto_extension)

# use the new methods

key.decrypt_stream(infile,outfile)
# or
key.encrypt_stream(infile,outfile)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know exactly what you are doing but below is what I did.  using the module below to extend an EzCrypto::Key I can encrypt a 20MB binary file in 3-4 seconds instead of 1 hour+ as with pure ruby solutions.</p>
<p>module EzCrypto_extension<br />
  # for both methods<br />
  # src can be a file, a StringIO<br />
  # or anything that responds to a read<br />
  # target can be a string, a file<br />
  # or anything that responds to  &#8220;aes-128-cbc&#8221;)  # blowfish, etc also work</p>
<p># add methods to the key<br />
key.extend(EzCrypto_extension)</p>
<p># use the new methods</p>
<p>key.decrypt_stream(infile,outfile)<br />
# or<br />
key.encrypt_stream(infile,outfile)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
