Personal identification number

From Wikipedia, the free encyclopedia

A personal identification number (PIN) is a secret numeric password shared between a user and a system that can be used to authenticate the user to the system. Typically, the user is required to provide a non-confidential user identifier or token (such as a banking card) and a confidential PIN to gain access to the system. Upon receiving the User ID and PIN, the system looks up the PIN based upon the User ID and compares the looked-up PIN with the received PIN. Only if they match is the user granted access.

Contents

[edit] Financial PINs

PINs are most often used for ATMs but are increasingly used at the Point of sale, especially for debit cards. Throughout Europe the traditional in-store credit card signing process is being replaced with a system where the customer is asked to enter their PIN instead of signing. In the UK and Ireland this goes under the term 'Chip and PIN', since PINs were introduced at the same time as EMV chips on the cards. In other parts of the world, PINs have been used before the introduction of EMV.

In 2006, James Goodfellow, the inventor of the personal identification number, was awarded an OBE in the Queen's Birthday Honours List.[1]

[edit] PIN Security

PINs are often 4-digit numbers in the range 0000-9999 resulting in 10,000 possible numbers, so that an attacker would need to guess an average of 5000 times to get the correct PIN. Many PIN verification systems allow three attempts, thereby giving a card thief a 1/3000 chance to guess the correct PIN before the PIN is blocked. This holds only if all PINs are equally likely and the attacker has no further information available, which has not been the case with some of the many PIN generation and verification algorithms that banks and ATM manufacturers have used in the past.[2] Mobile phones usually let the user to enter PIN between 4 and 8 digits length.

In 2002 two PhD students at Cambridge University, Piotr Zieliński and Mike Bond, discovered a security flaw in the PIN generation system of the IBM 3624, which was duplicated in most later hardware. Known as the decimalization table attack, the flaw would allow someone who has access to a bank's computer system to determine the PIN for an ATM card in an average of 15 guesses.[3][4]

In 2006 two researchers Omer Berkman and Odelia Moshe Ostrovsky, discovered several security flaws in the PIN processing standards. Published under the title The Unbearable Lightness of PIN Cracking, the flaw would allow someone who has access to a bank's computer system to determine the PIN for an ATM card in as little as one guess, and to attack bank customers of other banks.[5]

[edit] English language usage

The term PIN number is commonly used. Strictly speaking this is an example of RAS syndrome (Redundant Acronym Syndrome), since it would mean personal identification number number. In some dialects, it is common to pronounce the word "pen" the same as the word "pin". In these cases, the use of "PIN number" may avoid confusion.

[edit] See also

[edit] References

  1. ^ Royal honour for inventor of Pin. BBC (2006). Retrieved on 2006-11-24.
  2. ^ Kuhn, Markus (July 1997). "Probability theory for pickpockets — ec-PIN guessing" (PDF). Retrieved on 2006-11-24.
  3. ^ Zieliński, P & Bond, M (February 2003). "Decimalisation table attacks for PIN cracking" (PDF). University of Cambridge Computer Laboratory. Retrieved on 2006-11-24.
  4. ^ Media coverage. University of Cambridge Computer Laboratory. Retrieved on 2006-11-24.
  5. ^ Berkman, O & Ostrovsky, O (November 2006). "The Unbearable Lightness of PIN Cracking" (PDF). Retrieved on 2006-11-24.

[edit] External links

  • Crypto-Toolbox - Online cryptography, hashing and PIN block sanity checking for EftPos developers