<?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 Miscellaneous Security</title>
	<atom:link href="http://misc-security.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://misc-security.com</link>
	<description></description>
	<lastBuildDate>Wed, 03 Feb 2010 20:34:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cross-Site Scripting in 37Signals Writeboard Application by Brett Hardin</title>
		<link>http://misc-security.com/2010/02/03/basecamp-xss/comment-page-1/#comment-199</link>
		<dc:creator>Brett Hardin</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=744#comment-199</guid>
		<description>It should be noted. I really don&#039;t care about finding XSS vulnerabilities. They are everywhere, get over it. What I am more interested in is the concept of &quot;rush&quot; to development mentality and how that affects the security community.</description>
		<content:encoded><![CDATA[<p>It should be noted. I really don&#8217;t care about finding XSS vulnerabilities. They are everywhere, get over it. What I am more interested in is the concept of &#8220;rush&#8221; to development mentality and how that affects the security community.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insecure Cryptographic Storage by Aaron Grattafiori</title>
		<link>http://misc-security.com/2009/09/16/insecure-cryptographic-storage/comment-page-1/#comment-41</link>
		<dc:creator>Aaron Grattafiori</dc:creator>
		<pubDate>Wed, 30 Sep 2009 04:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=250#comment-41</guid>
		<description>Also.. People that store hashes of CC #s without properly salting them can be asking for trouble, the &quot;keyspace&quot; for  of CC numbers isn&#039;t very big.</description>
		<content:encoded><![CDATA[<p>Also.. People that store hashes of CC #s without properly salting them can be asking for trouble, the &#8220;keyspace&#8221; for  of CC numbers isn&#8217;t very big.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insecure Cryptographic Storage by Aaron Grattafiori</title>
		<link>http://misc-security.com/2009/09/16/insecure-cryptographic-storage/comment-page-1/#comment-40</link>
		<dc:creator>Aaron Grattafiori</dc:creator>
		<pubDate>Wed, 30 Sep 2009 04:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=250#comment-40</guid>
		<description>Bruce Schneier in one of his books wrote something along the lines of: &quot;The person that invents their own crypto algorithm (I think he said primitive) is either a genius, or a fool.  Looking at the typical ratio, the odds aren&#039;t good.&quot;. I thought that was a clever way to do it and honestly quite truthful.</description>
		<content:encoded><![CDATA[<p>Bruce Schneier in one of his books wrote something along the lines of: &#8220;The person that invents their own crypto algorithm (I think he said primitive) is either a genius, or a fool.  Looking at the typical ratio, the odds aren&#8217;t good.&#8221;. I thought that was a clever way to do it and honestly quite truthful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing Secure Code by Roy</title>
		<link>http://misc-security.com/2009/09/24/spot-the-vuln/comment-page-1/#comment-38</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=558#comment-38</guid>
		<description>This is one of those good, simple ideas that can really take off.  

This is a great way for programmers to practice thinking about security, since, you&#039;re quite correct, we don&#039;t as often as we should.</description>
		<content:encoded><![CDATA[<p>This is one of those good, simple ideas that can really take off.  </p>
<p>This is a great way for programmers to practice thinking about security, since, you&#8217;re quite correct, we don&#8217;t as often as we should.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insecure Cryptographic Storage by BrettH</title>
		<link>http://misc-security.com/2009/09/16/insecure-cryptographic-storage/comment-page-1/#comment-35</link>
		<dc:creator>BrettH</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=250#comment-35</guid>
		<description>I hope that the team lead and the project manager realized this was a bad idea and changed the way that passwords are being encrypted.

These are the types of security problems that should have maximum visibility to the whole business unit.</description>
		<content:encoded><![CDATA[<p>I hope that the team lead and the project manager realized this was a bad idea and changed the way that passwords are being encrypted.</p>
<p>These are the types of security problems that should have maximum visibility to the whole business unit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insecure Cryptographic Storage by Nitin Reddy Katkam</title>
		<link>http://misc-security.com/2009/09/16/insecure-cryptographic-storage/comment-page-1/#comment-34</link>
		<dc:creator>Nitin Reddy Katkam</dc:creator>
		<pubDate>Mon, 21 Sep 2009 16:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=250#comment-34</guid>
		<description>I recently hear a conversation in which the project manager asked a lead developer, &quot;How are we encrypting passwords while storing them in the database?&quot;  The response was, &quot;I don&#039;t know. We downloaded a Microsoft Enterprise Library block from the Internet and are using it through the membership provider in ASP.NET.&quot;

Even if we are using a very weak algorithm with a private key copy-pasted directly off a web page on the Internet, the response by the team lead created a pretty good sense of security for the project manager. :-D</description>
		<content:encoded><![CDATA[<p>I recently hear a conversation in which the project manager asked a lead developer, &#8220;How are we encrypting passwords while storing them in the database?&#8221;  The response was, &#8220;I don&#8217;t know. We downloaded a Microsoft Enterprise Library block from the Internet and are using it through the membership provider in ASP.NET.&#8221;</p>
<p>Even if we are using a very weak algorithm with a private key copy-pasted directly off a web page on the Internet, the response by the team lead created a pretty good sense of security for the project manager. :-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Cookies by Brett Hardin</title>
		<link>http://misc-security.com/2009/09/02/understanding-http-cookies/comment-page-1/#comment-19</link>
		<dc:creator>Brett Hardin</dc:creator>
		<pubDate>Fri, 04 Sep 2009 00:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=338#comment-19</guid>
		<description>No comment. :)

Wanted to see if anyone was paying attention.</description>
		<content:encoded><![CDATA[<p>No comment. :)</p>
<p>Wanted to see if anyone was paying attention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Cookies by Matt</title>
		<link>http://misc-security.com/2009/09/02/understanding-http-cookies/comment-page-1/#comment-20</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=338#comment-20</guid>
		<description>It may just be me being over zealous but I thought the cookie looked a little base64 encoded so being the over zealous time that I am I fed it into &quot;echo cookie &#124; openssl base64 -d&quot; and checked the output.

I won&#039;t paste it here, but it certainly was interesting.

Care to comment on this ?</description>
		<content:encoded><![CDATA[<p>It may just be me being over zealous but I thought the cookie looked a little base64 encoded so being the over zealous time that I am I fed it into &#8220;echo cookie | openssl base64 -d&#8221; and checked the output.</p>
<p>I won&#8217;t paste it here, but it certainly was interesting.</p>
<p>Care to comment on this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Information Leakage and Improper Error Handling by Kevin S.</title>
		<link>http://misc-security.com/2009/08/12/information-leakage-and-improper-error-handling/comment-page-1/#comment-10</link>
		<dc:creator>Kevin S.</dc:creator>
		<pubDate>Thu, 13 Aug 2009 16:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=248#comment-10</guid>
		<description>Hey Brett good post. It&#039;s important to remember that information can leak client side as well so its important to do all the stupid things like autocomplete=&quot;off&quot; and properly setting cache headers. almost all malware checks common cache locations for passwords so its up to the developers to ensure that this information isnt stored in the first place.</description>
		<content:encoded><![CDATA[<p>Hey Brett good post. It&#8217;s important to remember that information can leak client side as well so its important to do all the stupid things like autocomplete=&#8221;off&#8221; and properly setting cache headers. almost all malware checks common cache locations for passwords so its up to the developers to ensure that this information isnt stored in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Insecure Direct Object Reference by Jeff Williams</title>
		<link>http://misc-security.com/2009/07/22/insecure-direct-object-reference/comment-page-1/#comment-7</link>
		<dc:creator>Jeff Williams</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://misc-security.com/?p=246#comment-7</guid>
		<description>Love the series. You should probably update this article with the most common form of direct object reference, the database key.  Virtually every site has urls with parameters like acctid=12048434 or fileid=8CF8. These are often the best way to access unauthorized data.</description>
		<content:encoded><![CDATA[<p>Love the series. You should probably update this article with the most common form of direct object reference, the database key.  Virtually every site has urls with parameters like acctid=12048434 or fileid=8CF8. These are often the best way to access unauthorized data.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
