Re: OT: Chip & Pin: How safe are the Keypad terminals?



On Sat, 20 May 2006 16:55:06 GMT, Amanda Angelika wrote:

But surely the number of bits in the encryption is irrelevant because
there only 10,000 possible PIN numbers in existence i.e 0000 to 9999
which means no matter how much you juggle it about it's still a 4 digit
number,

That depends how you encrypt it, any half decent system wouldn't keep the
number as four individual characters but shorten or lengthen it, say a
simple conversion of the 4 characters to a binary representation of the
value of the number they form or adding a couple of check digits fisrt
then converting to binary then applying the encryption.

You want the high level of encryption on any data links to try and stop
people logging the data streams and number crunching them at their
leisure.

Now I'm not a security person in any shape or form. I just think about
what you could do to get the required information. Now if I can think of
it it's pretty damn certain that there will be people out there that also
have the same thoughts, they may also have the required knowledge and
criminal intent to actually translate the thoughts into reality. Be that
reality a little bit of hardware to sit in a Chip 'n Pin reader slot to
log the data or some clever bit of software to decrypt streams.

--
Cheers new5pam@xxxxxxxxxxx
Dave. pam is missing e-mail



.



Relevant Pages

  • Re: This calculation is just wrong / computer cant count!
    ... In case you missed the reality check, YOU ARE GETTING THE CORRECT ANSWER ... asked him about issues of optimizing floating point computations. ... there really isn't very much call for three billion digit arithmetic otherwise. ... In front of me, I have a casio calculator, a ...
    (microsoft.public.vc.mfc)
  • Re: This calculation is just wrong / computer cant count!
    ... continuing refusal to accept reality is the problem. ... about accuracy and reliability, are simply asinine. ... The final digit is NOT random, ... representation is the 64-bit binary representation; anything else you see is irrelevant. ...
    (microsoft.public.vc.mfc)
  • Re: This calculation is just wrong / computer cant count!
    ... REALITY CHECK: THE PROBLEM IS NOT GOING TO GO AWAY ... floating point value due to roundoff error. ... It is NOT due to the '7' digit, ... If the notion of actually doing real work offends you, consider a career change. ...
    (microsoft.public.vc.mfc)
  • Re: This calculation is just wrong / computer cant count!
    ... We do not share your reality. ... In the real world, other forms of arithmetic exist, and floating point binary ... signficant digit. ... about accuracy and reliability, are simply asinine. ...
    (microsoft.public.vc.mfc)
  • Re: reversing the Mod operator
    ... The encryption works by shifting the alphabet a certain number of steps, for example using a shift of +1 would turn "BAR" into "CBS". ... To decrypt ... instructions said "Your program should read a four-digit Integer entered by the user and encrypt it as follows: Replace each digit by modulo 10. ...
    (microsoft.public.dotnet.languages.vb)