Me - "Back when the online world was still (relatively) new, everyone had to create their own authentication credentials for services they accessed."
Person of the future - "That sounds a silly idea."
Me - "Yes, people used to just chose a word to act as a password, usually alongside their email address for identification."
Person of the future - "What? Surely that was horrendously insecure? How did services not get compromised and hacked all the time?"
Me - "They did. All the time."
Person of the future -![]()
An immeasurable amount longer as dictionary attacks would no longer work.
Ah if only it was that simple.
I do look forward to a passwordless future. I'm hoping that I can have the following conversation with my kids/grandkids one day ...
Out of interest why do you think Password Managers are a very bad idea? Anyone with enough access to your system to see the password database when its open is probably already in a position to see what your typing anyway so you're still insecure even without the password manager.
But to answer your question, it does annoy me when sites have rules for secure passwords especially when the rules sometimes mean they ban a good password while allowing an insecure one. I generate a unique 40 character password for each site, made up of just lower and upper case letters. One site disallowed one of those passwords, but let me have "password0" because the requirement was that a password must have at least 1 number. I don't think any rules should be enforced with regards to what password you chose. Let people use whatever password they want but have notices about "We strongly advise that you pick a password with 2 symbols, 1 number" etc. Algorithms used for encryption are already standardized in industry I think, or they should be.
because managing passwords with another piece of software seems pretty flawed to me. your securing a password with another password when you boil it down to the root.
yes you can have a master secure password,
One Extreme example
Hacking group takes over X password manager, updates it to listen to master password entry.
Next time you enter your master password, every password is affected.
yes this is an extreme example, but to me its very much like putting all your eggs in one basket to me.
lose the middleman & use your brain as your password manager? its not hard. I use Muscle Memory
i would like universal password rules though as an example
Password max of 30 Characters
Any Letter/Number/Symbol
Must have a Number
must use 2 factor authentication
Paypal
has max limit for 13 characters when creating a password
But using their login service Through a site to purchase an item allows 13+?
essentially locking people's accounts.
If someone uses that exact xkcd password then it might take you half a second if you know they're a fan of that comic. Otherwise, a similar password with a decent hashing function that uses key stretching (PBKDF2/bcrypt) is going to take you a lot longer than that.
Ah if only it was that simple.
A good write up of why password managers are a good idea. (Or at the very least, a better idea than using your brain)
Let me demonstrate the problem with this based on a few recent events. Firstly we have Gawker who last December were the victims of an attack which lead to the disclosure of somewhere in the order of one million user accounts. Worse still, these accounts were posted online and readily accessible by anyone who wanted to take a look at who had signed up to the service and what their password was.
The interesting thing in the context of password strength is the prevalence of bad password choices. Take a look at these: 123456, password, 12345678, qwerty, abc123, 12345, monkey, 111111, consumer, letmein, 1234, dragon, trustno1, baseball, gizmodo, whatever, superman, 1234567, sunshine, iloveyou, ****you, starwars, shadow, princess, cheese
Lastpass + two factor authentication and job done.
Personally I think requiring capitals/numbers/symbols in 2017 is downright stupid, but then it was stupid in 2007 so not much has changed in a decade.
If your account is going to be compromised then it's going to happen because the site got hacked and the hackers got your login, or because you downloaded a keylogger or some other malware. Not because somebody brute forced your damn password, it's not 1996 anymore, any site worth it's salt has protection to stop that.
The worst thing about the recent Yahoo hack was that they made me change my password from segasega (which it had been since 1998) to something involving capitals and numbers. Which I'm sure will be loads of use the next time they get hacked >.>
That's not why you use a Password Manager.