About this question
I was wondering how sound is the concept presented by the Gibson Research Corporation about simple passwords with the addition of padding.
I understand what Gibson is getting at with increased search space, etc., but I was wondering if this applies to real world scenarios, i.e., everyday use for your accounts and peace of mind that the passwords are 'secure' even if their entropy is super low.
Gibson has a search space calculator which indicates what is the search space for a given password. The search space depends on length of passwords and characters that form the password itself (letters - uppercase and lowercase - and/or numbers and/or symbols)
He then goes on about the importance of the length of a password and the mixture of letters, numbers and symbols. Everything does make sense, but then, he argues that "entropy" is not important, in his own words:
ENTROPY: If you are mathematically inclined, or if you have some security knowledge and training, you may be familiar with the idea of “entropy” or the randomness and unpredictability of data. If so, you'll have noticed that the first, stronger password has much less entropy than the second (weaker) password. Virtually everyone has always believed or been told that passwords derived their strength from having “high entropy”. But as we see now, when the only available attack is guessing, that long-standing common wisdom . . . is . . . not . . . correct!
He refers to 2 passwords:
- 1) D0g.....................
2) PrXyc.N(n4k77#L!eVdAfp9
And argues that although the first one is infinitely more memorable than the second one (and even contains a dictionary word) the time to 'crack' it is orders of magnitude greater than the required time for the other, hence, it is more secure. Is this concept sound? In lay terms... Shall I change all my passwords to something like the first one (super easy and super long) or is this just asking for trouble in today's hyper-connected world? :)
Is entropy completely useless in the "online account passwords" world?