in reply to Re^2: Need a wait to generate a 4 digit "PIN" number
in thread Need a wait to generate a 4 digit "PIN" number

ikegami,
Two passwords are not more secure than one.

Well, when two pieces of information comprise a single password it can be more secure. For instance, certain facilities require:

I know this doesn't have a lot to do with the thread but when I read your reply I wanted to comment. A closer example would be one of those security token key chains which is constantly generating new passwords. When logging in, you must be looking at the currently generated password and add your pin to it to be authenticated. Having just the token isn't enough.

Cheers - L~R

  • Comment on Re^3: Need a wait to generate a 4 digit "PIN" number

Replies are listed 'Best First'.
Re^4: Need a wait to generate a 4 digit "PIN" number
by ikegami (Patriarch) on Dec 16, 2007 at 22:54 UTC

    I was referring to passwords specifically. My statement about two passwords was not meant to be extrapolated to other pairings of credentials and shouldn't be extrapolated to other pairings of credentials. As you say, it doesn't necessarily hold up if you do.

    A closer example would be one of those security token key chains which is constantly generating new passwords.

    It's not having two passwords that makes it more secure, it's having the key chain and knowing password that makes it more secure.

Re^4: Need a wait to generate a 4 digit "PIN" number
by CountZero (Bishop) on Dec 16, 2007 at 22:26 UTC
    Yes, but that are three different things: "knowing, having, being" and not three "bits of data plus a PIN" which are just the same type of things (all "knowing").

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      CountZero,
      I will quote myself: "I know this doesn't have a lot to do with the thread but when I read your reply I wanted to comment." I wasn't defending the position that two passwords was secure in this case, but that the statement in general wasn't necessarily true.

      Cheers - L~R