<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: chip-level]]></title>
    <link>http://securityratty.com/tag/chip-level</link>
    <description></description>
    <pubDate>Tue, 09 Sep 2008 20:00:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Intel's Moorestown would make iPhone less secure]]></title>
      <link>http://securityratty.com/article/7c39cebebb3a8fc5bc0d911ef79d7306</link>
      <guid>http://securityratty.com/article/7c39cebebb3a8fc5bc0d911ef79d7306</guid>
      <description><![CDATA[Putting Intel's Moorestown chip package inside a future version of the iPhone would make the smart phone less secure, according to an independent security...]]></description>
      <content:encoded><![CDATA[Putting Intel's Moorestown chip package inside a future version of the iPhone would make the smart phone less secure, according to an independent security researcher.]]></content:encoded>
      <pubDate>Thu, 30 Oct 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/independent security researcher">independent security researcher</category>
      <category domain="http://securityratty.com/tag/iphone">iphone</category>
      <category domain="http://securityratty.com/tag/smart phone">smart phone</category>
      <category domain="http://securityratty.com/tag/future version">future version</category>
      <category domain="http://securityratty.com/tag/secure">secure</category>
      <category domain="http://securityratty.com/tag/intel">intel</category>
      <source url="http://www.networkworld.com/news/2008/103108-intels-moorestown-would-make-iphone.html?fsrc=rss-security">Intel's Moorestown would make iPhone less secure</source>
    </item>
    <item>
      <title><![CDATA[The Skein Hash Function]]></title>
      <link>http://securityratty.com/article/c65ce3834e7790e113fa9e1fd1504568</link>
      <guid>http://securityratty.com/article/c65ce3834e7790e113fa9e1fd1504568</guid>
      <description><![CDATA[NIST is holding a competition to replace the SHA family of hash functions, which have been increasingly under attack . (I wrote about an early NIST hash workshop here
Skein is our submission (myself...]]></description>
      <content:encoded><![CDATA[<p>NIST is <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">holding a competition</a> to replace the SHA family of hash functions, which have been <a href="http://www.schneier.com/blog/archives/2005/02/cryptanalysis_o.html">increasingly under attack</a>.  (I wrote about an early NIST hash workshop <a href="http://www.schneier.com/blog/archives/2005/10/nist_hash_works_1.html">here</a>.)</p>

<p>Skein is our submission (myself and seven others: <a href="http://en.wikipedia.org/wiki/Niels_Ferguson">Niels Ferguson</a>, <a href="http://th.informatik.uni-mannheim.de/People/Lucks/">Stefan Lucks</a>, <a href="http://www.hifn.com/executiveTeam.aspx?id=182">Doug Whiting</a>, <a href="http://www-cse.ucsd.edu/~mihir/">Mihir Bellare</a>, <a href="http://www.cs.washington.edu/homes/yoshi/">Tadayoshi Kohno</a>, <a href="http://www.pgp.com/about_pgp_corporation/management.html">Jon Callas</a>, and Jesse Walker).  <a href="http://www.schneier.com/skein.pdf">Here's</a> the paper:</p>

<blockquote><strong>Executive Summary</strong>

<p>Skein is a new family of cryptographic hash functions.  Its design combines speed, security, simplicity, and a great deal of flexibility in a modular package that is easy to analyze.</p>

<p>Skein is fast.  Skein-512 -- our primary proposal -- hashes data at 6.1 clock cycles per byte on a 64-bit CPU.  This means that on a 3.1 GHz x64 Core 2 Duo CPU, Skein hashes data at 500 MBytes/second per core -- almost twice as fast as SHA-512 and three times faster than SHA-256.  An optional hash-tree mode speeds up parallelizable implementations even more.  Skein is fast for short messages, too; Skein-512 hashes short messages in about 1000 clock cycles.</p>

<p>Skein is secure.  Its conservative design is based on the Threefish block cipher.  Our current best attack on Threefish-512 is on 25 of 72 rounds, for a safety factor of 2.9. For comparison, at a similar stage in the standardization process, the AES encryption algorithm had an attack on 6 of 10 rounds, for a safety factor of only 1.7.  Additionally, Skein has a number of provably secure properties, greatly increasing confidence in the algorithm.</p>

<p>Skein is simple.  Using only three primitive operations, the Skein compression function can be easily understood and remembered.  The rest of the algorithm is a straightforward iteration of this function.</p>

<p>Skein is flexible.  Skein is defined for three different internal state sizes -- 256 bits, 512 bits, and 1024 bits -- and any output size.  This allows Skein to be a drop-in replacement for the entire SHA family of hash functions.  A completely optional and extendable argument system makes Skein an efficient tool to use for a very large number of functions: a PRNG, a stream cipher, a key derivation function, authentication without the overhead of HMAC, and a personalization capability.  All these features can be implemented with very low overhead.  Together with the Threefish large-block cipher at Skein core, this design provides a full set of symmetric cryptographic primitives suitable for most modern applications.</p>

<p>Skein is efficient on a variety of platforms, both hardware and software.  Skein-512 can be implemented in about 200 bytes of state.  Small devices, such as 8-bit smart cards, can implement Skein-256 using about 100 bytes of memory.  Larger devices can implement the larger versions of Skein to achieve faster speeds.</p>

<p>Skein was designed by a team of highly experienced cryptographic experts from academia and industry, with expertise in cryptography, security analysis, software, chip design, and implementation of real-world cryptographic systems.  This breadth of knowledge allowed them to create a balanced design that works well in all environments.</blockquote></p>

<p><a href="http://www.schneier.com/code/skein_NIST_CD_101308.zip">Here's</a> source code, text vectors, and the like for Skein.  Watch the <a href="http://www.schneier.com/skein.html">Skein website</a> for any updates -- new code, new results, new implementations, the proofs.</p>

<p>NIST's deadline is Friday.  It seems as if everyone -- including many amateurs -- is working on a hash function, and I predict that NIST will receive at least 80 submissions.  (Compare this to the 21 submissions NIST received -- five were rejected as not being complete --  for the AES competition in 1998.)  I expect people to start posting their submissions over the weekend.  (Ron Rivest already <a href="http://people.csail.mit.edu/rivest/Rivest-TheMD6HashFunction.ppt">presented</a> MD6 at Crypto in August.)  Probably the best place to watch for new hash functions is <a href="http://planeta.terra.com.br/informatica/paulobarreto/hflounge.html">here</a>; I'll try to keep a listing of the submissions myself.</p>

<p>The selection process will take around four years.  I've previously called this sort of thing a cryptographic demolition derby -- last one left standing wins -- but that's only half true.  Certainly all the groups will spend the next couple of years trying to cryptanalyze each other, but in the end there will be a bunch of unbroken algorithms; NIST will select one based on performance and features.</p>

<p>NIST has stated that the goal of this process is not to choose the best standard but to choose a good standard.  I think that's smart of them; in this process, "best" is the enemy of "good."  My advice is this: immediately sort them based on performance and features.  Ask the cryptographic community to focus its attention on the top dozen, rather than spread its attention across all 80 -- although I also expect that most of the amateur submissions will be rejected by NIST for not being "complete and proper."  Otherwise, people will break the easy ones and the better ones will go unanalyzed.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=RsFiM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=RsFiM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=VuObM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=VuObM" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Wed, 29 Oct 2008 01:35:29 +0000</pubDate>
      <category domain="http://securityratty.com/tag/skein">skein</category>
      <category domain="http://securityratty.com/tag/hash function">hash function</category>
      <category domain="http://securityratty.com/tag/function">function</category>
      <category domain="http://securityratty.com/tag/implement skein-256">implement skein-256</category>
      <category domain="http://securityratty.com/tag/implement">implement</category>
      <category domain="http://securityratty.com/tag/skein hashes data">skein hashes data</category>
      <category domain="http://securityratty.com/tag/skein website">skein website</category>
      <category domain="http://securityratty.com/tag/hashes data">hashes data</category>
      <category domain="http://securityratty.com/tag/key derivation function">key derivation function</category>
      <source url="http://www.schneier.com/blog/archives/2008/10/the_skein_hash.html">The Skein Hash Function</source>
    </item>
    <item>
      <title><![CDATA[ID Cards for Port Workers]]></title>
      <link>http://securityratty.com/article/7b89a23c7ef2b33e78ba95e3a665da45</link>
      <guid>http://securityratty.com/article/7b89a23c7ef2b33e78ba95e3a665da45</guid>
      <description><![CDATA[While I am strongly opposed to a national ID, I have consistently said that giving strongly secured ID cards to groups like port workers is a good idea. It's happening in New England: The scannable...]]></description>
      <content:encoded><![CDATA[<p>While I am <a href="http://www.schneier.com/testimony-realid.html">strongly opposed</a> to a national ID, I have consistently said that giving strongly secured ID cards to groups like port workers is a good idea.  <a href="http://www.boston.com/news/local/massachusetts/articles/2008/10/06/high_tech_id_cards_rolling_out_at_ports/?rss_id=Boston.com+--+Massachusetts+news">It's happening</a> in New England:</p>

<blockquote>The scannable card serves as proof that a background check has been performed and it contains features aimed at preventing misuse. In addition to a photograph, the card contains a smart chip that carries a copy of the holder's fingerprint. Port and delivery workers, cargo handlers, and other employees who must venture into sensitive or secure areas will be required to submit to a fingerprint scan before entering those locations. The scanning machine will automatically perform a match analysis with the fingerprint embedded in the smart chip.</blockquote>

<p>This is a great application for these cards.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=Dl3LM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=Dl3LM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=hOCgM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=hOCgM" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 21 Oct 2008 09:28:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/port">port</category>
      <category domain="http://securityratty.com/tag/port workers">port workers</category>
      <category domain="http://securityratty.com/tag/fingerprint">fingerprint</category>
      <category domain="http://securityratty.com/tag/fingerprint scan">fingerprint scan</category>
      <category domain="http://securityratty.com/tag/card">card</category>
      <category domain="http://securityratty.com/tag/smart chip">smart chip</category>
      <category domain="http://securityratty.com/tag/scannable card serves">scannable card serves</category>
      <category domain="http://securityratty.com/tag/cards">cards</category>
      <category domain="http://securityratty.com/tag/features aimed">features aimed</category>
      <source url="http://www.schneier.com/blog/archives/2008/10/id_cards_for_po.html">ID Cards for Port Workers</source>
    </item>
    <item>
      <title><![CDATA[How To Disable Your Passport's RFID Chip ]]></title>
      <link>http://securityratty.com/article/6c26bfd6df008f7ec9aaee034c3f2cad</link>
      <guid>http://securityratty.com/article/6c26bfd6df008f7ec9aaee034c3f2cad</guid>
      <description><![CDATA[All passports issued by the US State Department after have always-on RFID chips, making it easy for officials and hackers to grab your personal...]]></description>
      <content:encoded><![CDATA[All passports issued by the US State Department after have always-on RFID chips, making it easy for officials – and hackers – to grab your personal stats.]]></content:encoded>
      <pubDate>Fri, 17 Oct 2008 16:20:01 +0000</pubDate>
      <category domain="http://securityratty.com/tag/always-on rfid chips">always-on rfid chips</category>
      <category domain="http://securityratty.com/tag/personal stats">personal stats</category>
      <category domain="http://securityratty.com/tag/passports">passports</category>
      <category domain="http://securityratty.com/tag/officials">officials</category>
      <category domain="http://securityratty.com/tag/department">department</category>
      <category domain="http://securityratty.com/tag/easy">easy</category>
      <category domain="http://securityratty.com/tag/grab">grab</category>
      <category domain="http://securityratty.com/tag/hackers">hackers</category>
      <source url="http://digg.com/security/How_To_Disable_Your_Passport_s_RFID_Chip_3">How To Disable Your Passport's RFID Chip </source>
    </item>
    <item>
      <title><![CDATA[How To Disable Your Passport's RFID Chip ]]></title>
      <link>http://securityratty.com/article/b15cc5f4150c8c1d3b8d5892b2a0d452</link>
      <guid>http://securityratty.com/article/b15cc5f4150c8c1d3b8d5892b2a0d452</guid>
      <description><![CDATA[All passports issued by the US State Department after have always-on RFID chips, making it easy for officials and hackers to grab your personal...]]></description>
      <content:encoded><![CDATA[All passports issued by the US State Department after have always-on RFID chips, making it easy for officials – and hackers – to grab your personal stats.<img src="http://feedproxy.google.com/~r/digg/topic/security/popular/~4/fyjq3-IeaN0" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 17 Oct 2008 16:20:01 +0000</pubDate>
      <category domain="http://securityratty.com/tag/always-on rfid chips">always-on rfid chips</category>
      <category domain="http://securityratty.com/tag/personal stats">personal stats</category>
      <category domain="http://securityratty.com/tag/passports">passports</category>
      <category domain="http://securityratty.com/tag/officials">officials</category>
      <category domain="http://securityratty.com/tag/department">department</category>
      <category domain="http://securityratty.com/tag/easy">easy</category>
      <category domain="http://securityratty.com/tag/grab">grab</category>
      <category domain="http://securityratty.com/tag/hackers">hackers</category>
      <source url="http://feeds.digg.com/~r/digg/topic/security/popular/~3/fyjq3-IeaN0/How_To_Disable_Your_Passport_s_RFID_Chip_3">How To Disable Your Passport's RFID Chip </source>
    </item>
    <item>
      <title><![CDATA[Liberal Democrat leader visits our lab]]></title>
      <link>http://securityratty.com/article/a69300e89ab3d33e212394e88a14206b</link>
      <guid>http://securityratty.com/article/a69300e89ab3d33e212394e88a14206b</guid>
      <description><![CDATA[This week, Nick Clegg , leader of the UK Liberal Democrat Party, and David Howarth , MP for Cambridgeshire, visited our hardware security lab for a demonstration of Chip &amp; PIN fraud techniques
They...]]></description>
      <content:encoded><![CDATA[<p>This week, <a href="http://www.nickclegg.com/">Nick Clegg</a>, leader of the UK Liberal Democrat Party, and <a href="http://www.davidhowarth.org.uk/">David Howarth</a>, MP for Cambridgeshire, visited our <a href="http://www.cl.cam.ac.uk/research/security/tamper/">hardware security lab</a> for a demonstration of <a href="http://www.cl.cam.ac.uk/research/security/banking/">Chip &amp; PIN fraud techniques</a>.</p>

<a href='http://www.lightbluetouchpaper.org/2008/10/17/nick-clegg-visits/clegg-visit3/' title='clegg-visit3'><img src="http://www.lightbluetouchpaper.org/wp-content/uploads/2008/10/clegg-visit3.jpg" width="150" height="112" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.lightbluetouchpaper.org/2008/10/17/nick-clegg-visits/clegg-visit1/' title='clegg-visit1'><img src="http://www.lightbluetouchpaper.org/wp-content/uploads/2008/10/clegg-visit1.jpg" width="150" height="112" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.lightbluetouchpaper.org/2008/10/17/nick-clegg-visits/clegg-visit5/' title='clegg-visit5'><img src="http://www.lightbluetouchpaper.org/wp-content/uploads/2008/10/clegg-visit5.jpg" width="150" height="112" class="attachment-thumbnail" alt="" /></a>

<p>They used this visit to announce their new <a href="http://www.nickclegg.com/2008/10/new-protections-against-identity-fraud-needed-clegg/">party policy on protections against identity fraud</a>. At present, credit rating companies are exempt from aspects of the Data Protection Act and can forward personal information about an individual&#8217;s financial history to companies without the subject&#8217;s consent. Clegg proposes to give individuals the rights to &#8220;freeze&#8221; their credit records, making it more difficult for fraudsters to impersonate others.</p>
<p>See also the <a href="http://www.cambridge-news.co.uk/cn_news_home/DisplayArticle.asp?ID=358491">Cambridge Evening News article</a> and <a href="http://www.cambridge-news.co.uk/cn_video/media/16th_October_2008_Nick_Clegg_visit_to_Cambridge_Computer_Labs_DJ.wmv">video interview</a>.</p>
]]></content:encoded>
      <pubDate>Fri, 17 Oct 2008 15:05:08 +0000</pubDate>
      <category domain="http://securityratty.com/tag/individuals financial history">individuals financial history</category>
      <category domain="http://securityratty.com/tag/individuals">individuals</category>
      <category domain="http://securityratty.com/tag/data protection act">data protection act</category>
      <category domain="http://securityratty.com/tag/credit records">credit records</category>
      <category domain="http://securityratty.com/tag/forward personal information">forward personal information</category>
      <category domain="http://securityratty.com/tag/pin fraud techniques">pin fraud techniques</category>
      <category domain="http://securityratty.com/tag/liberal democrat party">liberal democrat party</category>
      <category domain="http://securityratty.com/tag/credit">credit</category>
      <category domain="http://securityratty.com/tag/hardware security lab">hardware security lab</category>
      <source url="http://www.lightbluetouchpaper.org/2008/10/17/nick-clegg-visits/">Liberal Democrat leader visits our lab</source>
    </item>
    <item>
      <title><![CDATA[New Chip-and-Pin Scam in the UK]]></title>
      <link>http://securityratty.com/article/6ef76169e1399e26daa59e34189cea98</link>
      <guid>http://securityratty.com/article/6ef76169e1399e26daa59e34189cea98</guid>
      <description><![CDATA[The readers were hacked when they were were built , &quot;either during the manufacturing process at a factory in China, or shortly after they came off the production line.&quot; It's being called a &quot;supply...]]></description>
      <content:encoded><![CDATA[<p>The readers were <a href="http://online.wsj.com/article/SB122366999999723871.html">hacked</a> when they were <a href="http://www.telegraph.co.uk/news/newstopics/politics/lawandorder/3173346/Chip-and-pin-scam-has-netted-millions-from-British-shoppers.html">were</a> <a href="http://www.telegraph.co.uk/news/worldnews/asia/pakistan/3173161/Credit-card-scam-How-it-works.html">built</a>, "either during the manufacturing process at a factory in China, or shortly after they came off the production line."  It's being called a "supply chain hack."</p>

<p>Sophisticated stuff, and yet another demonstration that these all-computer security systems are full of risks.</p>

<p>BTW, what's it <a href="http://www.schneier.com/essay-046.html">worth to rig an election</a>?</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=Ljs5M"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=Ljs5M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=79JXM"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=79JXM" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Tue, 14 Oct 2008 09:44:21 +0000</pubDate>
      <category domain="http://securityratty.com/tag/all-computer security systems">all-computer security systems</category>
      <category domain="http://securityratty.com/tag/supply chain hack">supply chain hack</category>
      <category domain="http://securityratty.com/tag/production line">production line</category>
      <category domain="http://securityratty.com/tag/factory">factory</category>
      <category domain="http://securityratty.com/tag/rig">rig</category>
      <category domain="http://securityratty.com/tag/worth">worth</category>
      <category domain="http://securityratty.com/tag/demonstration">demonstration</category>
      <category domain="http://securityratty.com/tag/process">process</category>
      <category domain="http://securityratty.com/tag/shortly">shortly</category>
      <source url="http://www.schneier.com/blog/archives/2008/10/new_chip-and-pi.html">New Chip-and-Pin Scam in the UK</source>
    </item>
    <item>
      <title><![CDATA[Researchers develop bug-blocking chip monitor]]></title>
      <link>http://securityratty.com/article/d99bfa4028f6d252111ba50dd0c99d26</link>
      <guid>http://securityratty.com/article/d99bfa4028f6d252111ba50dd0c99d26</guid>
      <description><![CDATA[Researchers at the University of Michigan have developed technology that can fence off microprocessor bugs and keep them from seizing up a...]]></description>
      <content:encoded><![CDATA[Researchers at the University of Michigan have developed technology that can fence off microprocessor bugs and keep them from seizing up a PC.]]></content:encoded>
      <pubDate>Mon, 29 Sep 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/microprocessor bugs">microprocessor bugs</category>
      <category domain="http://securityratty.com/tag/researchers">researchers</category>
      <category domain="http://securityratty.com/tag/university">university</category>
      <category domain="http://securityratty.com/tag/technology">technology</category>
      <category domain="http://securityratty.com/tag/michigan">michigan</category>
      <category domain="http://securityratty.com/tag/fence">fence</category>
      <source url="http://www.networkworld.com/news/2008/093008-researchers-develop-bug-blocking-chip.html?fsrc=rss-security">Researchers develop bug-blocking chip monitor</source>
    </item>
    <item>
      <title><![CDATA[Former Intel engineer charged with stealing trade secrets]]></title>
      <link>http://securityratty.com/article/ede3ce79625c6920883cc07faeb65747</link>
      <guid>http://securityratty.com/article/ede3ce79625c6920883cc07faeb65747</guid>
      <description><![CDATA[A former Intel engineer is charged with stealing trade secrets from the chip maker while he was employed by rival Advanced Micro...]]></description>
      <content:encoded><![CDATA[A former Intel engineer is charged with stealing trade secrets from the chip maker while he was employed by rival Advanced Micro Devices.<br style="clear: both;"/>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v2:9f28160f2b48403855cc0d2ccd219cbf:AQo1Ca08c5a%2BRWNhVj2bPwWsSTlrsijsnAsEo7QSGnLDSedEgtgh%2FgXYPXsp1JWGSB5S%2FD0zA%2FjfuwJ%2BFjMOitjCbs6ALUvHY0u3O5QckpI%3D'><img border='0' title='Add to digg' alt='Add to digg' src='http://www.pheedo.com/images/mm/digg.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v2:e76e7684733579baa01ac8b825aa304f:avJDKTOma8Gkyxg6GLHCPWMuDSJ8I2RpnpWktLT5J8%2B28wszSJs36VQHCYL3jLdv1v4qwDUvpPVSV0WLnQI01S2ZtzTqjWsCfGWxRqwJVlg%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://www.pheedo.com/images/mm/stumbleit.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v2:117d7cba907c0ecc49056084bbea44c3:8Ga9osqNT6Wl%2B%2BvGOsa6mpB%2BVa7Ka6AHWwt%2Bdl0Jn8VJSt1gqfM7OifQ7B0Z5RZDhkQoQnjm3pbgN%2Bb79ox8wqT9ygRZ8ZY1Gs2uMFsIvKg%3D'><img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://www.pheedo.com/images/mm/twitter.png'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v2:e85fc8bb8383ed9da282677da0d99259:UATF4YC3ZQa5NEgoo51Za%2BdW2qEbxZB%2B5AvblexulK%2FqqmSlpcKehLkgNzJBWioRJPmORb1sFkjkZ7ZDLcE%2FYFSoXFmfpbjh041Hn06THNA%3D'><img border='0' title='Add to Slashdot' alt='Add to Slashdot' src='http://www.pheedo.com/images/mm/slashdot.png'/></a>
<br style="clear: both;"/>  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=dcc8320ddfe81db617e446c9b5b2f96f" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=dcc8320ddfe81db617e446c9b5b2f96f" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Fri, 12 Sep 2008 09:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/intel engineer">intel engineer</category>
      <category domain="http://securityratty.com/tag/trade secrets">trade secrets</category>
      <category domain="http://securityratty.com/tag/chip maker">chip maker</category>
      <category domain="http://securityratty.com/tag/micro devices">micro devices</category>
      <category domain="http://securityratty.com/tag/rival">rival</category>
      <source url="http://feeds.computerworld.com/click.phdo?i=dcc8320ddfe81db617e446c9b5b2f96f">Former Intel engineer charged with stealing trade secrets</source>
    </item>
    <item>
      <title><![CDATA[Nvidia hit with securities lawsuit over bad graphics chips]]></title>
      <link>http://securityratty.com/article/387fa799fe448b14c1ba86abd6a766cf</link>
      <guid>http://securityratty.com/article/387fa799fe448b14c1ba86abd6a766cf</guid>
      <description><![CDATA[A lawsuit filed in a California court on Tuesday alleged Nvidia violated U.S. securities laws and concealed the existence of a serious defect in its graphics-chip line for at least eight months &quot;in a...]]></description>
      <content:encoded><![CDATA[A lawsuit filed in a California court on Tuesday alleged Nvidia violated U.S. securities laws and concealed the existence of a serious defect in its graphics-chip line for at least eight months "in a series of false and misleading statements made to the investing public."<p><A href="http://ad.doubleclick.net/jump/idg.us.nwf.rss/general;sz=468x60;ord=61431?">
<IMG src="http://ad.doubleclick.net/ad/idg.us.nwf.rss/general;sz=468x60;ord=61431?" border="0" width="468" height="60"></A>
</p>]]></content:encoded>
      <pubDate>Tue, 09 Sep 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/lawsuit filed">lawsuit filed</category>
      <category domain="http://securityratty.com/tag/graphics-chip line">graphics-chip line</category>
      <category domain="http://securityratty.com/tag/nvidia">nvidia</category>
      <category domain="http://securityratty.com/tag/securities laws">securities laws</category>
      <category domain="http://securityratty.com/tag/california court">california court</category>
      <category domain="http://securityratty.com/tag/statements">statements</category>
      <category domain="http://securityratty.com/tag/false">false</category>
      <category domain="http://securityratty.com/tag/existence">existence</category>
      <category domain="http://securityratty.com/tag/tuesday">tuesday</category>
      <source url="http://www.networkworld.com/news/2008/091008-nvidia-hit-with-securities-lawsuit.html?fsrc=rss-security">Nvidia hit with securities lawsuit over bad graphics chips</source>
    </item>
  </channel>
</rss>
