<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:www.readwriteweb.com,2011:/1/tag:www.readwriteweb.com,2009://1.13958-</id>
  <updated>2011-08-16T17:42:16Z</updated>
  <title>Comments for Biometrics for Identification or Authentication Still Has a Way to Go</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.35-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=13958" title="Biometrics for Identification or Authentication Still Has a Way to Go" />
    <published>2009-02-23T13:00:00Z</published>
    <updated>2009-02-23T18:56:40Z</updated>
    <title>Biometrics for Identification or Authentication Still Has a Way to Go</title>
    <summary>PC manufacturers have been introducing biometric technologies into their products over the past several years; the implication being that such technologies are inherently more secure than the traditional password, especially given the lack of attention given to password creation by the majority of users. Several years ago, MythBusters proved that the fingerprint security system is...</summary>
    <author>
      <name>Lidija Davis</name>
      
    </author>
    
    <category term="NYT" />
    
    <category term="News" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img alt="biometrics_feb_09.jpg" src="http://www.readwriteweb.com/images/biometrics_feb_09.jpg" width="100" height="100" />PC manufacturers have been introducing biometric technologies into their products over the past several years; the implication being that such technologies are inherently more secure than the traditional password, especially given the <a href="http://www.computerweekly.com/Articles/2009/02/02/234546/weak-passwords-still-the-norm-despite-increased-threat-from.htm">lack of attention</a> given to password creation by the majority of users.</p>

<p>Several years ago, <a href="http://dsc.discovery.com/fansites/mythbusters/mythbusters.html">MythBusters</a> proved that the fingerprint security system is seriously flawed and can be easily broken, and just last week at the <a href="http://www.blackhat.com/">Black Hat Conference</a>, <a href="https://www.blackhat.com/html/bh-dc-09/bh-dc-09-speakers.html#Nguyen">Duc Nguyen</a>, senior researcher at <a href="http://www.bkav.com.vn/">Bkis</a>, proved just how easy it was to circumvent facial recognition technology on laptops using a simple low-quality photograph.</p>]]>
      <![CDATA[<h2>MythBusters Fools Fingerprint Scanner</h2>

<p>In 2006, the popular MythBusters program showed how easy it was to fool a fingerprint reader; even though the reader was supposed to pick up on pulse, body heat and sweat.</p>

<p>Using three methods, a copy of a fingerprint etched in latex, a ballistics gel copy of a fingerprint and a photocopy of a fingerprint, MythBusters successfully beat the system.  How?  By licking the samples to simulate sweat.  Although it took three days to prepare, once they'd worked it out, it only took seconds to fool the system.  If you missed the episode, we've embedded it at the end of this post.</p>

<h2>Mold Fools Hand Geometry Scanner</h2>

<p>Last year at <a href="http://www.defcon.org/html/defcon-16/dc-16-post.html">defcon 16</a>, <a href="http://defcon.org/html/defcon-16/dc-16-speakers.html#Franken">Zac Franken</a> said that physical access control systems are shockingly vulnerable, and went on to demonstrate how to bypass a hand geometry scanner by making a mold of his hand using not much more than chromatic dental <a href="http://en.wikipedia.org/wiki/Alginate">alginate</a> and <a href="http://materials.globalspec.com/Industrial-Directory/vinyl_polysiloxane">vinyl polysiloxane</a>.</p>

<p>As <a href="http://hackaday.com/2008/08/14/defcon-16-biometric-cloning/">Hack a Day</a> points out, this solution "may not be a completely practical attack, but it does defeat the overall idea of biometrics; biometrics are built on the assumption that every person is unique and can't have their features reproduced."</p>

<p>While the MythBusters and defcon examples clearly show that replicating conditions and bypassing biometric technology is possible, Nguyen's demonstration is by far the easiest to pull off.</p>

<h2>Printout Fools Facial Recognition Technology</h2>

<p>According to a recent report in the <a href="http://www.internetnews.com/hardware/article.php/3804906/Facial+Recognition+Gets+a+Black+Eye+at+Black+Hat.htm">Internet News</a>, although the laptops used in the test (<a href="http://shop.lenovo.com/us/notebooks">Lenovo</a>, <a href="http://usa.asus.com/products.aspx?l1=5">Asus</a> and <a href="http://explore.toshiba.com/laptops">Toshiba</a>) all have unique algorithms, the basic idea for creating a legitimate biometric login is the same for all three: "A user sits in front of their notebook while its built-in Webcam scans their face to create an image used for future identification."</p>

<p>If you think getting a user's picture is difficult - think again.  Nguyen pointed out that with all the user generated and sharing sites like Flickr, Facebook, Twitter and the various chat programs (Skype, MSN etc), finding or simply taking a snapshot of a user is almost effortless.</p>

<p>According to the demonstration, the image size and quality make little difference, as Nguyen proved when he bypassed the security on the Lenovo laptop using a grayscale image.  In an e-mail to Internet News, a Lenovo spokesperson pointed out that "the technology looks for eye movement to distinguish between a still photograph and a real person."  Nguyen got past that by moving the picture around in front of the camera.</p>

<h2>Best Security?  A Secret</h2>

<p>From a user point of view, the best security is a strong password, something <em>only the user knows</em>.  The accepted wisdom at the moment is that a password that uses alphabetical (upper and lower case), numeric and non-alphanumeric characters and has a minimum of eight characters is considered strong.  However, this works on the assumption that the system itself has been configured securely, with account lockout after a certain number of failed attempts, and retry delays that get progressively longer with each failed attempt to prevent brute force attacks.</p>

<p>Unfortunately, as we know, this is not always the case.  Will biometrics help?  Maybe.  But clearly not today.</p>

<p><em>Myth Busters Finger Print Lock </em></p>

<p><embed src="http://www.metacafe.com/fplayer/252534/myth_busters_finger_print_lock.swf" width="400" height="345" wmode="transparent" allowFullScreen="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"> </embed><br><font size = 1><a href="http://www.metacafe.com/watch/252534/myth_busters_finger_print_lock/">Myth Busters-Finger Print Lock</a> - <a href="http://www.metacafe.com/">More free videos are here</a></font></p>

<p><em>Image Credit: Flickr <a href="http://flickr.com/photos/jaft/">Flick</a></em></p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:243926</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c243926" />
    <title>Comment from travesti on 2010-09-12</title>
    <author>
        <name>travesti</name>
        <uri>http://www.xtravesti.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.xtravesti.com/">
        <![CDATA[<p>That's insufficient evidence for concluding that all fingerprint scanners are not secure today.</p>]]>
    </content>
    <published>2010-09-12T11:57:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:239900</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c239900" />
    <title>Comment from Killeyh on 2010-08-30</title>
    <author>
        <name>Killeyh</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>********HELLO*********</p>

<p>THIS IS DEVDUTT*******************************CAN HELP YOU OUT<br />
TO RESOLVE THE IDEA NET SETTER PROBLEM.<br />
AND CAN GET UNLOCK CODE AS WELL AS<br />
FLASH CODE</p>

<p>JUST COME HERE AND SEND ME<br />
EMI NO :<br />
MODEL NO :</p>

<p>GET UNLOCK CODE FOR ONLY 50RS/- AND GET FLASH CODE FOR FREE<br />
JUST RECHARGE MOBILE NO :8109042403<br />
AND SMS ME : EMI NO<br />
I WILL SEND YOU THE UNLOCK CODE AND FLASH CODE AS WELL WITH 2 MIN</p>

<p><a href="http://google-amazon-spot.blogspot.com/" rel="nofollow">http://google-amazon-spot.blogspot.com/</a></p>]]>
    </content>
    <published>2010-08-30T17:53:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:226956</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c226956" />
    <title>Comment from Güzellik on 2010-07-22</title>
    <author>
        <name>Güzellik</name>
        <uri>http://www.estetikguzellik.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.estetikguzellik.com">
        <![CDATA[<p>A lot of people have seen the Myth Busters episode on youtube or on television and have a fear of using biometrics.</p>]]>
    </content>
    <published>2010-07-22T16:02:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:226953</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c226953" />
    <title>Comment from Estetik on 2010-07-22</title>
    <author>
        <name>Estetik</name>
        <uri>http://www.teomandogan.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.teomandogan.com">
        <![CDATA[<p>A lot of people have seen the Myth Busters episode on youtube or on television and have a fear of using biometrics. But, just because they tested an inferior biometric product doesn't mean that all products are junk.</p>]]>
    </content>
    <published>2010-07-22T16:01:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:206031</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c206031" />
    <title>Comment from killeyh on 2010-04-21</title>
    <author>
        <name>killeyh</name>
        <uri>http://www.chipsilicon.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.chipsilicon.com">
        <![CDATA[<p>With the fast growth of personal computing standards, the ACR38 smart card reader/writer is a USB full speed device designed for use in the PC environment today. This reader series combines a modern design with the latest technology, and makes it a suitable solution for demanding environments. ACR38 has an optional built-in Security Access Module (SAM) slot that supports various high security applications. It is ideal for use in network security, electronic payment systems, electronic identifications as well as other advanced smart card applications. Other casing designs are also available.</p>]]>
    </content>
    <published>2010-04-21T07:24:41Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:187239</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c187239" />
    <title>Comment from sepetli platform on 2010-02-09</title>
    <author>
        <name>sepetli platform</name>
        <uri>http://www.sepetliplatform.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sepetliplatform.net">
        <![CDATA[<p>A photographic image is a „central perspective“. This implies, that every light ray, which reached the film surface during exposure, passed through the camera lens (which is mathematically considered as a single point, the so called</p>]]>
    </content>
    <published>2010-02-09T20:32:30Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:184193</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c184193" />
    <title>Comment from location villa bali on 2010-01-29</title>
    <author>
        <name>location villa bali</name>
        <uri>http://www.villa-niloufar.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.villa-niloufar.com/">
        <![CDATA[<p>I am not to sure about fingerprints as this can lead to criminals chopping peoples fingers off. I like the iris scan and i can't wait until Biometrics becomes part of our society in all kinds of security and transactions so i can not just kiss my wallet n keys goodbye but also the 100 + passwords i have! </p>]]>
    </content>
    <published>2010-01-29T10:19:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:184185</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c184185" />
    <title>Comment from Forma on 2010-01-29</title>
    <author>
        <name>Forma</name>
        <uri>http://www.formaimalat.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.formaimalat.com">
        <![CDATA[<p>my laptop has one of another fingerprint device</p>]]>
    </content>
    <published>2010-01-29T09:59:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:183945</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c183945" />
    <title>Comment from Nakliyat on 2010-01-28</title>
    <author>
        <name>Nakliyat</name>
        <uri>http://www.colakoglunakliyat.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.colakoglunakliyat.net">
        <![CDATA[<p>Myth buster are crazy : )</p>]]>
    </content>
    <published>2010-01-28T15:57:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:183895</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c183895" />
    <title>Comment from Evden Eve Nakliyat on 2010-01-28</title>
    <author>
        <name>Evden Eve Nakliyat</name>
        <uri>http://www.ozsoylu.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ozsoylu.com">
        <![CDATA[<p>powerful protection</p>]]>
    </content>
    <published>2010-01-28T12:01:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:183869</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c183869" />
    <title>Comment from Halı Yıkama on 2010-01-28</title>
    <author>
        <name>Halı Yıkama</name>
        <uri>http://www.haliyikamaci.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.haliyikamaci.net">
        <![CDATA[<p>i wanna identification device</p>]]>
    </content>
    <published>2010-01-28T10:13:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:183567</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c183567" />
    <title>Comment from Evden Eve Nakliyat on 2010-01-27</title>
    <author>
        <name>Evden Eve Nakliyat</name>
        <uri>http://www.ozfettahoglu.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ozfettahoglu.com">
        <![CDATA[<p>protection is good...</p>]]>
    </content>
    <published>2010-01-27T14:56:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:183550</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c183550" />
    <title>Comment from Halı Yıkama on 2010-01-27</title>
    <author>
        <name>Halı Yıkama</name>
        <uri>http://www.kenthaliyikama.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.kenthaliyikama.com">
        <![CDATA[<p>developing job is mysterious...</p>]]>
    </content>
    <published>2010-01-27T13:17:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:181654</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c181654" />
    <title>Comment from amithc on 2010-01-20</title>
    <author>
        <name>amithc</name>
        <uri>http://www.bioenabletech.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.bioenabletech.com/">
        <![CDATA[<p>NITGEN's Fingkey Hamster is a fingerprint identification device for computer security that is equipped with the fingerprint identification module featuring its superior performance, accuracy, durability based on unique NITGEN Fingerprint Biometric Technology. It can be plugged into a computer separately with your mouse and it is very safe and convenient device for security instead of passwords that is vulnerable to fraud and difficult to remember.</p>]]>
    </content>
    <published>2010-01-20T09:13:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:164267</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c164267" />
    <title>Comment from Sentry Safe on 2009-10-22</title>
    <author>
        <name>Sentry Safe</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This is a good article.</p>

<p>A lot of people have seen the Myth Busters episode on youtube or on television and have a fear of using biometrics. But, just because they tested an inferior biometric product doesn't mean that all products are junk.</p>

<p>Advances in biometrics has come a long way and the newest models offer the latest in security.</p>]]>
    </content>
    <published>2009-10-23T01:18:26Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:155224</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c155224" />
    <title>Comment from evden eve nakliyat on 2009-08-31</title>
    <author>
        <name>evden eve nakliyat</name>
        <uri>http://www.alfaevdeneve.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.alfaevdeneve.com">
        <![CDATA[<p>thankss</p>]]>
    </content>
    <published>2009-08-31T12:04:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:149056</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c149056" />
    <title>Comment from Nakliyat on 2009-07-25</title>
    <author>
        <name>Nakliyat</name>
        <uri>http://www.tuzcuoglutur.com.tr</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tuzcuoglutur.com.tr">
        <![CDATA[<p>	<br />
<a href="http://www.tuzcuoglutur.com.tr" rel="nofollow">nakliyat</a>I did not know anything about how much this article helped Biometrics Thanks</p>]]>
    </content>
    <published>2009-07-25T15:47:41Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:147713</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c147713" />
    <title>Comment from göğüs estetiği on 2009-07-17</title>
    <author>
        <name>göğüs estetiği</name>
        <uri>http://www.gogusestetigiizmir.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.gogusestetigiizmir.com">
        <![CDATA[<p>Onlyy a decadee afterr the invention of the Daguerrotypie by Daguerre and Niepsce, the french offsicer Aime Laussedat develops the first photogrammetrical devices and methods. He is seen as the initiator of photogrammetry.</p>]]>
    </content>
    <published>2009-07-17T16:18:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:147639</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c147639" />
    <title>Comment from you tube on 2009-07-16</title>
    <author>
        <name>you tube</name>
        <uri>http://www.yyoutube.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.yyoutube.net">
        <![CDATA[<p>Therefore, the internal geometry of the used camera (which is defined by the focal length, the position of the principal point and the lens distortion) has to be precisely known. The focal length is called „principal distance“, which is the distance of the projection center from the image plane´s principal point.</p>]]>
    </content>
    <published>2009-07-17T06:17:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:142466</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c142466" />
    <title>Comment from Fingerprint Door Locks on 2009-06-14</title>
    <author>
        <name>Fingerprint Door Locks</name>
        <uri>http://www.avidbiometrics.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.avidbiometrics.com">
        <![CDATA[<p>I think if you use biometrics as a stand along solution, you still face some risks of authentication; however, I also think that if used in conjunction with PINS, Retinal Scans, or even ID cards that biometrics will definitely help increase security.</p>

<p>There are some new installations of <a href="http://www.avidbiometrics.com" rel="nofollow">fingerprint door locks</a> that use biometrics and pins/keys to help provide the best in protection.</p>]]>
    </content>
    <published>2009-06-15T06:02:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:141424</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c141424" />
    <title>Comment from Özel Hastane İstanbul on 2009-06-08</title>
    <author>
        <name>Özel Hastane İstanbul</name>
        <uri>http://dorahospital.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dorahospital.com/">
        <![CDATA[<p>Thank you very much very nice article<br />
Great information! Very useful for me. Thanks a lot.<br />
The idea is awesome. Congrats.</p>]]>
    </content>
    <published>2009-06-08T09:48:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:141423</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c141423" />
    <title>Comment from Özel Hastaneler İstanbul on 2009-06-08</title>
    <author>
        <name>Özel Hastaneler İstanbul</name>
        <uri>http://dorahospital.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://dorahospital.com/">
        <![CDATA[<p>Great information! Very useful for me. Thanks a lot.<br />
The idea is awesome. Congrats.</p>]]>
    </content>
    <published>2009-06-08T09:46:56Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:139721</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c139721" />
    <title>Comment from Cevdet Yaka on 2009-05-26</title>
    <author>
        <name>Cevdet Yaka</name>
        <uri>http://www.urolojix.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.urolojix.com">
        <![CDATA[<p>A photographic image is a „central perspective“. This implies, that every light ray, which reached the film surface during exposure, passed through the camera lens (which is mathematically considered as a single point, the so called „perspective center“). In order to take measurements of objects from photographs, the ray bundle must be reconstructed. Therefore, the internal geometry of the used camera (which is defined by the focal length, the position of the principal point and the lens distortion) has to be precisely known. The focal length is called „principal distance“, which is the distance of the projection center from the image plane´s principal point. </p>]]>
    </content>
    <published>2009-05-26T12:05:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:131687</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c131687" />
    <title>Comment from sac ekimi on 2009-03-31</title>
    <author>
        <name>sac ekimi</name>
        <uri>http://www.magicsacekimi.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.magicsacekimi.com">
        <![CDATA[<p><a href="http://www.kardeslerrentacar.com" rel="nofollow">http://www.kardeslerrentacar.com</a> That's where I see biometrics as being helpful right now even though it's not perfect. So when you say "Will biometrics help? Maybe. But clearly not today" I say it is clearly helpful today if combined with a strong password.<br />
<a href="http://www.hemenarac.com" rel="nofollow">http://www.hemenarac.com</a></p>]]>
    </content>
    <published>2009-03-31T21:57:53Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:131686</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c131686" />
    <title>Comment from burun estetigi on 2009-03-31</title>
    <author>
        <name>burun estetigi</name>
        <uri>http://www.burun-estetigi.info</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.burun-estetigi.info">
        <![CDATA[<p>If you think getting a user's picture is difficult - think again. Nguyen pointed out that with all the user generated and sharing sites like Flickr, Facebook, Twitter and the various chat programs (Skype, MSN etc), finding or simply taking a snapshot of a user is almost effortless.</p>]]>
    </content>
    <published>2009-03-31T21:55:27Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:131685</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c131685" />
    <title>Comment from estetik on 2009-03-31</title>
    <author>
        <name>estetik</name>
        <uri>http://www.magicplast.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.magicplast.com">
        <![CDATA[<p>Only a decade after the invention of the Daguerrotypie by Daguerre and Niepce, the french officer Aime Laussedat develops the first photogrammetrical devices and methods. He is seen as the initiator of photogrammetry.</p>]]>
    </content>
    <published>2009-03-31T21:53:17Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:128495</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c128495" />
    <title>Comment from John on 2009-03-02</title>
    <author>
        <name>John</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>MythBusters proved in the August 23, 2006 episode that the specific brand of fingerprint scanner they tested was not secure. That's insufficient evidence for concluding that all fingerprint scanners are not secure today.</p>]]>
    </content>
    <published>2009-03-03T02:39:48Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:127772</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c127772" />
    <title>Comment from Mustafa Tercan on 2009-02-25</title>
    <author>
        <name>Mustafa Tercan</name>
        <uri>http://www.cosmedicistanbul.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.cosmedicistanbul.com">
        <![CDATA[<p>1851: Only a decade after the invention of the Daguerrotypie by Daguerre and Niepce, the french officer Aime Laussedat develops the first photogrammetrical devices and methods. He is seen as the initiator of photogrammetry.1858: The German architect Meydenbauer develops photogrammetrical techniques for the documentation of buildings and installs the first photogrammetric institute in 1885.<br />
I think it needs at leaast 150 years as well to maturation of this technology. It is end is when we identify the DNA.  <br />
 <br />
</p>]]>
    </content>
    <published>2009-02-25T11:43:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:127700</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c127700" />
    <title>Comment from Martin on 2009-02-24</title>
    <author>
        <name>Martin</name>
        <uri>http://www.ceelox.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ceelox.com">
        <![CDATA[<p>Thanks for the interesting article on biometrics. Unfortunately, the MythBusters video continues to misinform the public. If you want to find out about the current state of the biometrics industry, I suggest visiting industry portals like <a href="http://findbiometrics.com" rel="nofollow">http://findbiometrics.com</a><br />
You can also visit SC Magazine and read product reviews such as the Ceelox enterprise grade solution in this review: <br />
<a href="http://www.scmagazineus.com/Ceelox-ID-Server-Edition/Review/2564/" rel="nofollow">http://www.scmagazineus.com/Ceelox-ID-Server-Edition/Review/2564/</a> <br />
You may also be interested in learning about biometrics from the National Institute of Standards and Technology <a href="http://www.nist.gov" rel="nofollow">http://www.nist.gov</a>   <br />
 <br />
</p>]]>
    </content>
    <published>2009-02-24T21:41:48Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:127597</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c127597" />
    <title>Comment from Derek on 2009-02-23</title>
    <author>
        <name>Derek</name>
        <uri>http://gavey.ca</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://gavey.ca">
        <![CDATA[<p>The thing I see most often overlooked in the "How easy it is to beat biometrics" articles is that the best security method is multiple security methods.</p>

<p>If you had to scan your finger, face and have a strong password, that would be greater than 3 times as safe as any one of those three methods.</p>

<p>That's where I see biometrics as being helpful right now even though it's not perfect.  So when you say "Will biometrics help? Maybe. But clearly not today" I say it is clearly helpful today if combined with a strong password.</p>]]>
    </content>
    <published>2009-02-23T16:34:28Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13958-comment:127592</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13958" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/biometrics_for_identification.php#c127592" />
    <title>Comment from Erica on 2009-02-23</title>
    <author>
        <name>Erica</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>What about iris recognition biometric technologies?</p>]]>
    </content>
    <published>2009-02-23T16:23:28Z</published>
  </entry>

</feed>
