Slashdot Mirror


Vein Patterns Could Replace Fingerprints

Death Metal writes "Companies in Europe have begun to roll out an advanced biometric system from Japan that identifies people from the unique patterns of veins inside their fingers. Finger vein authentication, introduced widely by Japanese banks in the last two years, is claimed to be the fastest and most secure biometric method. Developed by Hitachi, it verifies a person's identity based on the lattice work of minute blood vessels under the skin."

44 of 152 comments (clear)

  1. I've got a unique vein for them... by Anonymous Coward · · Score: 2, Funny

    it's big and blue.

    1. Re:I've got a unique vein for them... by clickclickdrone · · Score: 3, Funny

      >it's big and blue.
      IBM have veins now? Whatever next!

      --
      I want a list of atrocities done in your name - Recoil
    2. Re:I've got a unique vein for them... by Joebert · · Score: 4, Funny

      I don't think anyone would appreciate you flopping your left nut out on the scanner. Oh wait, you said "big". Sorry Anonymous Coward I had you all wrong.

      --
      Wanna fight ? Bend over, stick your head up your ass, and fight for air.
    3. Re:I've got a unique vein for them... by wisty · · Score: 3, Funny

      You won't think it's so funny when the bad guys steal your account by hacking off your "finger".

    4. Re:I've got a unique vein for them... by conchur · · Score: 5, Informative

      FTA:

      The gruesome possibility that criminals may hack off a finger has already been discounted by Hitachi's scientists. Asked if authentication could be "forged" with a severed finger, the company says: "As blood would flow out of a disconnected finger, authentication would no longer be possible."

      I must admit that was the first thing I thought of when I saw the headline...

    5. Re:I've got a unique vein for them... by Killjoy_NL · · Score: 5, Funny

      Haha, this is why I love Slashdot.

      The ease that is assumed about the possibility of getting a real lightsaber.
      I LOVE IT :D

      --
      This is the sig that says NI (again)
    6. Re:I've got a unique vein for them... by Flendon · · Score: 2, Insightful

      I'm sure it wouldn't require too much sophistication to replace the blood with injected dye after using a cheap sealant on the severed end.

      --
      chown -R us ./base
    7. Re:I've got a unique vein for them... by Assmasher · · Score: 3, Interesting

      Ironically, a near infrared sensor (used for just this purpose - security) that I played with about 2 years ago had firmware which not only detected whether or not the hand (this one examined your palm) was severed but apparently had a method of detecting if the user was under stress (presumably this affects dilation and blood flow or something else observable in the spectrum) in order to prevent hostages from being used like this. Despite all the obvious problems with this, it was an interesting idea; however, apparently some people had problems using it at different times of the year because of this 'feature' or when in agitated or excitable states. Things are never as simple as they appear sadly...

      --
      Loading...
    8. Re:I've got a unique vein for them... by mfnickster · · Score: 2, Funny

      I got the free "Death Star Plans" but when I put them in my holo-projector, all it said was "BE SURE TO DRINK YOUR OVALTINE."

      --
      "Slow down, Cowboy! It has been 3 years, 7 months and 26 days since you last successfully posted a comment."
    9. Re:I've got a unique vein for them... by Tubal-Cain · · Score: 2, Funny

      Filling blood vessels of a severed digit is harder that refilling an inkjet cartridge. Trust me, I know.

  2. Re:Chop, chop by Roland+Piquepaille · · Score: 5, Funny

    Funny you should say that, my first thought when I read "Finger vein authentication, introduced widely by Japanese banks in the last two years" was that it's got to be a bitch to withdraw cash from an ATM if you're a Yakusa...

  3. How about using it as a "username"? by mlts · · Score: 5, Insightful

    Maybe its me being pedantic, but I consider biometrics something that is intended to replace typing in a username, as opposed to being both pairs of the username/password combo. Ideally, one would have biometrics to ID which user is wanting access, then have a contactless smart card and/or a PIN for the "password" part that confirms the user is whom he or she said they are.

    1. Re:How about using it as a "username"? by cjfs · · Score: 5, Insightful

      Agreed. Single-factor authentication based on something that's not reissuable is a recipe for failure.

      Eventually people will run out of non-compromised fingers ;-)

    2. Re:How about using it as a "username"? by Bearhouse · · Score: 2, Interesting

      Your right, should be a two-step process.
      The summary uses two terms, identification & authentication, as if they were interchangeable. They are not.

      Identification is the process by which the identity of a user is established, and authentication is the process by which a service confirms the claim of a user to use a specific identity by the use of credentials (usually a password or a certificate).

      So the biometrics would identify you, not authentify.

    3. Re:How about using it as a "username"? by conchur · · Score: 5, Funny

      "authentify" - Does that mean simultaneous identification and authentication? Does "indentificate" mean the same thing?

    4. Re:How about using it as a "username"? by jonaskoelker · · Score: 3, Insightful

      I consider biometrics something that is intended to replace typing in a username

      And wisely so. Biometric data is an identifier--it's something with a one-to-one mapping to an identity (here: a pile of cells). Other common identifiers are SSNs, usernames, user IDs, RSA public keys and sha1 hashes [the one-to-one-ness works well in practice for sha1, but of course not in theory].

      Identifiers are not authenticators. A good authenticator for any given identifier requires that only the identified thing can produce the authenticator; except in one-time schemes, performing the authentication should not allow anyone else to authenticate as you later on. It also requires that they one you're trying to prove something to can verify what you're claiming.

      A good authenticator for a public key is a signature on a random string. [make sure the one validating you knows how the signature looks before you send it; use a commitment scheme].

      A bad way to authenticate is by sending a copy of the private key [or for sha1 hashes, the string that hashes to the given hash].

      Biometric authentication "works" by having the identifier be the authenticator, and the authentication protocol works by sending a copy of the authenticator:

      You put your iris in front of the scanner and it does a "SELECT permissions FROM users WHERE iris = %s" [without the horrible SQL injection possibilities, of course]. What's to stop those who look up your iris from creating a replica? If you work by fingerprints, I send my goons to follow you around. When you open or close a door, they take your print and produce a rubber replica.

      An analogy would be that you learn a word that only you can pronounce, and the authentication works by you saying the word aloud, such that everyone in your vicinity can hear it. "Only you can pronounce", I don't buy that.

    5. Re:How about using it as a "username"? by jrumney · · Score: 2, Informative

      I don't know about this particular method, but biometric measurements in general are not perfectly repeatable, so they need to use fuzzy algorithms, which raise the probability of collisions. So they are more like a hashed password than a perfectly unique user ID.

  4. Replacement veins in case of fraud? by irexe · · Score: 4, Insightful

    Until someone figures out how to revoke and replace biometric properties in case of fraud, I don't see why we should even be considering them as a serious replacement for good old passports.

    1. Re:Replacement veins in case of fraud? by phoenix321 · · Score: 4, Insightful

      It would be very necessary to mandate a "duress PIN" or password for every authentication point. A silent alarm whenever someone is forced to enter credentials against their will.

      This should be mandatory for all authentication systems anyway, it would certainly hinder these ridiculous one-day kidnappings and ATM muggings.

    2. Re:Replacement veins in case of fraud? by Kent+Recal · · Score: 2, Interesting

      And how would a duress pin help anything?
      As if the cops could jump onto the scene during the short time that an ATM transaction takes...

      If the bad guys stand next to you, pointing a gun to your head while you make the transaction then the ATM camera will capture that anyways and provide good evidence later on.
      But if they don't (which, I guess is more likely) then entering a duress pin changes exactly nothing. Sure, the bank now knows that you may be in trouble - but what can they do, hand out marked money?

      I would think that robbers in the business of kidnapping people already have ways to launder marked bills.

    3. Re:Replacement veins in case of fraud? by aadvancedGIR · · Score: 2, Insightful

      One key element of that method is that fraud is harder to perform than with other method of biometric identification methods. You leave fingerprints and DNA samples all the time and they are easy to copy or displace, and yet they can and are used as strong evidences in criminal cases. At least, with vein patterns, no one can copy yours from an indirect transfer on a regular surface of from a photo of you.

    4. Re:Replacement veins in case of fraud? by sheepweevil · · Score: 2, Informative

      IBM research developed back in '02 an interesting way of revoking and replacing biometrics already.

    5. Re:Replacement veins in case of fraud? by Hellies · · Score: 3, Insightful

      And how would a duress pin help anything? As if the cops could jump onto the scene during the short time that an ATM transaction takes...

      Seriously? In the case that a duress code is entered, the police have a lot of information to work with. As opposed to someone reporting the crime possibly hours after is happened. 1. The cops are informed that a kidnapping is in progress right now and have the exact location of the kidnappers. 2. They know the person who has been kidnapped by the bank account that is being accessed. 3. They have the images from the ATM camera, which may indicate how many kidnappers there are, how they are dressed, what state the victim is in, etc... 4. The duress code could cause the ATM to display a "This account had insufficient funds" or some other error message. It's far from a perfect system. But having a "a crime is happening at this location" alarm would be a boon to law enforcement.

  5. Least secure, not most secure by (Score.5,+Interestin · · Score: 5, Interesting

    An evaluation by the National Physical Laboratory in the UK found vein patterns to be the least reliable biometric they'd ever encountered, worse even than face recognition which became notorious for its zero-percent hit rate in several public trials (OK, so you can't get worse than zero percent, but in carefully controlled lab trials face recognition did get a non-zero score).

    Looks like another great example of biometric vendor marketing at work. "Buy our stuff, it's gooder than anyone else's!".

    1. Re:Least secure, not most secure by MrMr · · Score: 2, Insightful

      I don't see the contradiction: I would consider the least reliable metric the most secure.
      Or are we talking about the security of the bank?

    2. Re:Least secure, not most secure by smoker2 · · Score: 3, Informative

      In my capacity as truck driver, I have had occasion to visit Felixstowe container terminal. They have been trying to get a similar system going for years. I have a photo card that contains the data and I have to place my hand on a pad up against metal posts. This system has never worked reliably, and so far other than when I went through the initial process, I have never had to use it. The terminals are always out of order. So we just wave the card instead.

  6. Bonus news by Artifex · · Score: 2, Interesting

    It's less likely your fingers will get hacked off and taken by criminals trying to get past scanners, if this is used. Although I suspect criminals will find a way to flash-freeze fingers, seal the ends, and then warm up in water before using in the same situations where they could get away with severed fingers for fingerprints (remote access, etc.)

    --
    Get off my launchpad!
  7. Hacking (in more ways than one) by hcdejong · · Score: 2, Insightful

    The gruesome possibility that criminals may hack off a finger has already been discounted by Hitachi's scientists. Asked if authentication could be "forged" with a severed finger, the company says: "As blood would flow out of a disconnected finger, authentication would no longer be possible."

    So you'd need a contraption that feeds blood through the finger. It's an extra obstacle, but if you're desperate/psychopatic enough to sever someone's finger, rigging a blood supply is no big obstacle.

    1. Re:Hacking (in more ways than one) by abigsmurf · · Score: 4, Insightful

      That is incredibly difficult. you'd need to hook up each individual vein and artery (with the flow going in the correct direction) and get the pressure spot on else you'll either damage the veins or just fill up the finger like a balloon.

    2. Re:Hacking (in more ways than one) by Andr+T. · · Score: 5, Funny

      I think the old gun-in-the-head-goddamn-put-your-finger-there-or-I'll-kill-you works better.

      --

      Any life is made up of a single moment, the moment in which a man finds out, once and for all, who he is.

    3. Re:Hacking (in more ways than one) by RichiH · · Score: 2, Interesting

      No, it's not. You just need to hack off the whole arm and you will have easy access to a few nice, large and accessible veins & arteries. It raises the bar for the criminals, but your potential loss also becomes larger.

  8. GMAC standard by MegaBitzz · · Score: 2, Interesting

    They recently introduced the palm scan to ID people walking in and out of their tests (GMAT etc). I still haven't figured out why. If nothing else it's an interesting way to get strange diseases from sick people who sneeze politely.

  9. Linking the data by Andr+T. · · Score: 5, Funny

    Robot voice: "Hello, mister... JOHN SMITH. You forgot to pay your... UNIVERSITY BILL. You'll be expelled in... THREE DAYS. Also, you have... BLOOD CANCER. You'll die in... SIX WEEKS."

    --

    Any life is made up of a single moment, the moment in which a man finds out, once and for all, who he is.

  10. Am I just paranoid or is anyone else.... by Viol8 · · Score: 5, Interesting

    ...getting sick of the endless ways to identify and tag individuals that have appeared recently? Fingerprints, iris scans, voice recognition, face regonition, smell (!) , walking gait, now vein patterns. How long before we're all just barcoded with a unique id??

    I'm sure some people will say I'm just being paranoid but with the advancement of AI image processing it won't be long before we can be identified no matter where we are , what the time is , or what we're doing. Yes , the governments all roll out the "terrorism" line whenever questioned about this but we've all seen how its been abused already.

    So whats next - infra red heat pattern signatures of individuals? Chemical piss analysis in public toilets?

    1. Re:Am I just paranoid or is anyone else.... by squoozer · · Score: 3, Insightful

      We sort of already do carry around a barcode - in our DNA. While we aren't even close to being able to process it fast enough to make it viable at the moment I could easily imagine we will be able to in the future. Welcome to the world of Gattaca only we won't be able to get round the checks as easily as he does in the film.

      --
      I used to have a better sig but it broke.
  11. Finger prints are never gonna disappear by floydman · · Score: 2, Insightful

    For the plain simple fact that they leave traces behind. Police work, you know!

    --
    The lunatic is in my head
  12. Re:What else can you see? Handedness! by Tsu+Dho+Nimh · · Score: 3, Interesting

    Makes you wonder what else can be discerned from the pattern of blood vessels and other scan information.

    If you scan both hands simultaneously, you can usually tell if the person is right or left-handed. The hand that is used more has a larger blood supply, bigger blood vessels.

    It doesn't work on piano players, typists and some others who use both hands vigorously.

  13. Re:What else can you see? Handedness! by silentsteel · · Score: 2, Insightful

    I would also like to point out that left-handed people are, typically, closer to ambidexterity than right-handed people. I was extremely left-side dominant as a small child, but, now I approach many tasks right handed. This would be a result of the estimation that ~90% of the world is right-side dominant.

    As an example, biomechanically, using a screwdriver to drive a screw in left-handed is inefficient so I naturally at this point turn a screwdriver clockwise right-handed and counter-clockwise left-handed.

    Just my 10 cents.

    --
    I cut it three times, and it's still too short.
  14. And as with every other Boimetric they have missed by Big+Hairy+Ian · · Score: 2, Insightful
    Look Ma no hands!! Just as there are people out there with no finger prints or hands even (Remove biometric body part of choice) there are certainly going to be people with blood flow conditions that would render this method useless.

    .....................

    If you mod me down well lets face it who really cares

    --

    Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

  15. Not New by Thnurg · · Score: 2, Informative

    This is not new. Vein pattern recognition on the back of the hand was developed years ago. So long ago in fact that the computer part of it was a BBC Micro.

    --
    The months are just too short. I can count the number of days on one hand.
  16. Stability of biometrics by DrYak · · Score: 5, Informative

    Plus, as an MD, I have quite some suspicion about the stability of some biometric methods over time or over pathologies.

    Take today's method :
    - it relies on vein patterns.
    The main problem I see is that veins are biomechanically elastic, in order to be able to comply with varying amount of blood. It works as a "blood pool".
    Depending on pathologies, the shape of the veinous network can change dramatically.

    (same goes for retina. I mean looking at the change induced is the way to assess the progress of some disease like diabetes or hypertension).

    Fingerprint worked so-so because the relatively stable : as long as the deeper structures aren't destroyed, the skin regrows with the same prints, no matter what.
    Fucking up fingerprints require deep mutilation of fingers. These kind of accident can happen is heavy industrial workers, but its not something the average laptop wielding geek is very likely to experience. Thus fingerprints are good enough.

    Whereas, the current trend of blood-related biometric systems are affect by pathologie (I've mentionned hypertension and diabetes) which are much more frequent, specially among the sedentary people: typically the users of such systems.

    Thus, I have real doubts about the long term feasibility of such measures.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
    1. Re:Stability of biometrics by Lemmeoutada+Collecti · · Score: 3, Insightful

      Messing up a fingerprint requires nothing more than a sharp object and several horizontal lacerations in some cases... I know this from personal experience. On of my fingerprints was permanently altered enough that the whorls were distorted when I got a simple cut that became infected. The regrown print now has a section across it stretched to the side, distorting the shapes enough that most systems don't recognize it as the same fingerprint anymore.

      Of course, there is still enough that a human can identify it, but the limited data sets used in most biometrics can't find sufficient matching markers.

      In the case of another finger, I also have vertical wrinkles that come from aging, so now that fingerprint is segregated like looking at it through blinds.

      There are many everyday events that can cause enough change in fingerprints to mess up most biometric readers. These range from short term events like having a cut or blister, to permanent changes like slicing a fingertip off and the doctor not lining it back up perfectly.

      There is nothing about the human body that is immune to change. It is that elastic ability to adapt that has made homo sapiens a viable species.

      --

      You can have it fast, accurate, or pretty. Pick any 2.
  17. Old news, near infrared scanners have... by Assmasher · · Score: 2, Interesting

    ...been doing this specifically for security biometrics for years. Perhaps the news would be that it will become more pervasive, but the same problems that prevented it from taking off in the past apply now as well - you have to network the device in order to validate the user's pattern (most of them actually create a sort of hash code actually.)

    --
    Loading...
  18. Re:Finally, a privacy-friendly biometric by markdavis · · Score: 2, Interesting

    I am under the assumption that it would rather difficult to get close enough (contact) to someone and use a special light and scanner/sensors to obtain vein patterns without a person knowing... except if maybe they were asleep. This isn't a photograph, it is a contact scan that requires multiple infrared light sources.

    From a security standpoint, even if you did obtain someone's scan, then how exactly would you impersonate a fake vein pattern in your arm to trick a scanner?

    I do want to point out that I would not agree with using fingers, however, since a scanner could also obtain fingerprints, which is NOT AT ALL privacy friendly. A better approach would be to read the veins in the back of the hand.