<?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 for InSecurity - IT Security and the Ever Evolving Challenge to Get it Right</title>
	<atom:link href="http://knikki.com/Index.php?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://knikki.com</link>
	<description>A blog about intrigue, espionage, hacking and absurdly overlooked errors.</description>
	<lastBuildDate>Thu, 01 Mar 2012 15:32:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Strider Honey Monkeys by Haakon Dahl</title>
		<link>http://knikki.com/?p=17&#038;cpage=1#comment-19</link>
		<dc:creator>Haakon Dahl</dc:creator>
		<pubDate>Thu, 01 Mar 2012 15:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://knikki.com/?p=17#comment-19</guid>
		<description>This presents an interesting variation on the Turing test, in which a machine attempts to convince *another machine* that it is a human.</description>
		<content:encoded><![CDATA[<p>This presents an interesting variation on the Turing test, in which a machine attempts to convince *another machine* that it is a human.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Security through Absurdity by Fermin Gonzaga</title>
		<link>http://knikki.com/?p=7&#038;cpage=1#comment-6</link>
		<dc:creator>Fermin Gonzaga</dc:creator>
		<pubDate>Wed, 28 Apr 2010 02:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://knikki.com/?p=7#comment-6</guid>
		<description>My motto on one of my old business cards said &quot;saving the world one computer at a time&quot; and that&#039;s the case as we continue to train and educate the users on information assurance.  Every year we&#039;re required to complete the CBT and that&#039;s because people continue to make the same mistakes!  It&#039;s a paradigm shift and a culture change that will take time and it won&#039;t be any time soon but as long as we fight the good fight we&#039;ll win in the end.</description>
		<content:encoded><![CDATA[<p>My motto on one of my old business cards said &#8220;saving the world one computer at a time&#8221; and that&#8217;s the case as we continue to train and educate the users on information assurance.  Every year we&#8217;re required to complete the CBT and that&#8217;s because people continue to make the same mistakes!  It&#8217;s a paradigm shift and a culture change that will take time and it won&#8217;t be any time soon but as long as we fight the good fight we&#8217;ll win in the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hashing vs. Digital Signatures by Cam</title>
		<link>http://knikki.com/?p=4&#038;cpage=1#comment-3</link>
		<dc:creator>Cam</dc:creator>
		<pubDate>Thu, 31 Dec 2009 19:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://knikki.com/?p=4#comment-3</guid>
		<description>If I understand this correctly, then as long as a have a digital signature (encrypting the hash with my private key, only to be unencrypted by using my matching public key) on a message, then I don&#039;t have to worry about the particular hashing algorithm itself, right?</description>
		<content:encoded><![CDATA[<p>If I understand this correctly, then as long as a have a digital signature (encrypting the hash with my private key, only to be unencrypted by using my matching public key) on a message, then I don&#8217;t have to worry about the particular hashing algorithm itself, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Birthday Attack by Nikki Hess</title>
		<link>http://knikki.com/?p=3&#038;cpage=1#comment-2</link>
		<dc:creator>Nikki Hess</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://knikki.com/?p=3#comment-2</guid>
		<description>In terms of encryption?  Or are you looking specifically at the hashing function?

The best forms of encryption are going to throw additional bits of useless, random information into the message - if they didn&#039;t, it would be easy for us to find commonly used words and phrases (like doing puzzles in the Sunday paper).  

Adding this information is going to make it more difficult to crack the key (thereby keeping our information confidential), but keep in mind that it requires more overhead which can slow down the process of encryption and decryption and overwhelm resources.

We&#039;ll talk more about initialization vectors and cryptography (my favorite subject), and we&#039;ll even delve deeper into some of the specific hash functions (MD5) in future posts - but please feel free to expand on your question and/or share your experiences.  One of the things I enjoy most about this blog is the exposure to new thoughts and perspectives!</description>
		<content:encoded><![CDATA[<p>In terms of encryption?  Or are you looking specifically at the hashing function?</p>
<p>The best forms of encryption are going to throw additional bits of useless, random information into the message &#8211; if they didn&#8217;t, it would be easy for us to find commonly used words and phrases (like doing puzzles in the Sunday paper).  </p>
<p>Adding this information is going to make it more difficult to crack the key (thereby keeping our information confidential), but keep in mind that it requires more overhead which can slow down the process of encryption and decryption and overwhelm resources.</p>
<p>We&#8217;ll talk more about initialization vectors and cryptography (my favorite subject), and we&#8217;ll even delve deeper into some of the specific hash functions (MD5) in future posts &#8211; but please feel free to expand on your question and/or share your experiences.  One of the things I enjoy most about this blog is the exposure to new thoughts and perspectives!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Birthday Attack by Chris</title>
		<link>http://knikki.com/?p=3&#038;cpage=1#comment-1</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 30 Dec 2009 14:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://knikki.com/?p=3#comment-1</guid>
		<description>Very good analysis of the Birthday Attack.

Would it also be feasible and viable, to add white space in the original message?</description>
		<content:encoded><![CDATA[<p>Very good analysis of the Birthday Attack.</p>
<p>Would it also be feasible and viable, to add white space in the original message?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
