Is there some scientific way to prove that say entering a masked 12 character password accurately is XXX times harder than entering an 8 character password?
And that with symbol, punctuation, numbers etc requirements for keyboard entry.
Is there some scientific way to prove that say entering a masked 12 character password accurately is XXX times harder than entering an 8 character password?
And that with symbol, punctuation, numbers etc requirements for keyboard entry.
You can certainly try to run a research to prove this, but the mathematics will have already been done when working out the level of security of passwords so you'll just have to go find the reference for it (or maybe post on Information Security StackExchange).
But the basic premise is that if the probability of entering the correct character at a specific position is x%, and you are required to get every position correct, then chances are the more characters you need to get correct, the lower the probability will be. You can't work out the exact probability because different password requirements allow different characters and/or symbols, not to mention case sensitivity. So the figures can vary by a bit, but the general principle holds.
However, I would suggest that the research needed is to understand what support is required for the users when it comes to password generation and validation (perhaps at least consider a feature to unmask the characters entered).