The Most Popular Bad Passwords of 2015 (dice.com)
Nerval's Lobster writes: For years, security experts have told people they need better passwords protecting their online accounts: no more '123456' or 'qwerty' or 'password.' Based on SplashData's fifth annual list of the 25 most common passwords, however, it's clear that relatively few people are listening to that advice. The firm based its list on more than 2 million leaked passwords during the year. The most popular, as in 2014, was '123456,' followed by 'password' and the ingenious, uncrackable '12345678.' One new entry on this ignoble list: 'starwars' in 25th place, no doubt thanks in part to the popularity of 'The Force Awakens' and the accompanying marketing campaign. Seems like a lot of people have forgotten (or never learned) that, while it's a pain to create (much less remember) a complicated password with lots of numbers and special characters, it's nothing compared to the pain of having your online accounts compromised. Maybe, as some have proposed, we could someday kill passwords for most services.
I can imagine people don't put the same thought into a password for a throwaway account compared to say that of a bank account password. So I'd be interested as to the source of the leaked passwords. Not that it excuses any of those passwords in the list.
I knew it, my password is the top of the list! Only the best for me.
Don't waste your vote! Vote for whoever you want, unless you live in a swing state it won't matter anyways
Here's the top 25 captured by my SSH honeypot so far this year as count [account/password]:
2132 [root/root]
2110 [root/admin]
2107 [root/123456]
2107 [root/1234]
2104 [root/password]
2102 [root/root123]
2102 [root/12345]
2101 [root/p@ssw0rd]
2101 [root/123]
2098 [root/1]
2091 [root/test]
1907 [root/wubao]
1905 [root/!q@w]
1905 [root/jiamima]
1905 [root/!@]
1900 [root/idc!@]
1900 [root/!]
1899 [root/!qaz@wsx]
1899 [root/admin!@]
203 [root/superuser]
203 [root/public]
203 [root/power]
203 [root/calvin]
203 [root/alpine]
203 [root/admin123]
Around 400k ssh login attempts so far in 2016, mostly from China.
If someone could explain "wubao" and "jiamima" I would greatly appreciate it!
"while it's a pain to create (much less remember) a complicated password with lots of numbers and special characters, it's nothing compared to the pain of having your online accounts compromised."
one must question that assertion.
are the accounts these passwords belong to really in need of security in the 1st place? are they not, most of them, throwaway accounts with not much value in them?
without some measure of value of accounts secured by the passwords identified, lists like this don't tell us much.
so called "security experts" should do more worthwhile research to find out the sort of insecure passwords used by people who want to keep some thing valuable secure.
Not sure how or why I misspelled qwerty.
Seriously, can you give me advice if this is a safe approach? To remember the passwords for the many web accounts, and to not reuse the same password everywhere, I use a password made from a fixed difficult sequence of characters (the same for all sites), then add a couple of letters depending on the site's name. If sites, as it should be, store only the digest/checksum of the password, even in case of stolen database one should not be able to reverse it and find the original password with the "algorithm" to apply it to other sites. I'm not a crypto expert, do you think this can be reasonably safe?