Live data from Hacker News

Should I Change My Password?

shouldichangemypassword.com

21–30 of 104 posts

Re: Should I Change My Password?

#22
post #13
post #2

Am I the only one that feels uncomfortable with these kind of sites? Anyway, I tried "abc124" and received: "It looks like your passwords may be safe. No instances of compromise are recorded in this database. However, it's good practice to change your critical passwords regularly and ensure they are not re-used across multiple sites."

How many people would fall for it if it first asked for e-mail, said it was safe, and then "test your password too?"

well, if it was actually safe to do, a password tester would be smart for a lot of people.

you might think that the phone number of that cute girl in that movie combined with her initials is a safe password, but if you check out some of the password lists that have popped up the last year you'll see that alot of people thought the same way.

Re: Should I Change My Password?

#23

My first thought was that this would have fields for me to enter my email address and password, under the pretense of "we will test your password to see if it's secure". Wonder how many people you could get with that...

Implemented (not by me): http://estatis.coders.fm/password-security-checker/

Re: Should I Change My Password?

#24

Can't this entire site be replaced with: YES

In HTML5, both the and tags are completely optional, as are their closing tags. Since there's no other content on this "page", you don't need to close the header either, so you could replace everything with:

  YES

Re: Should I Change My Password?

#25
Find the MD5 of your password and Google that.

Plenty of sites still store an unsalted hash in the database and these are often compromised.

If your hash turns up in a rainbow table in Google's index, definitely change it to something more secure (longer, more symbols).

Re: Should I Change My Password?

#26
post #17

so, can someone answer this for me? I have a personal domain on google apps. The login ID is different than the email address I use/advertise. e.g. my username for login is first-initial+last-name@[domain].com But the email address I use for everything on that account is first-name@[domain].com This service states that my account was compromised on 12/12/2010 most recently at the first-name@[domain].com though you co…

I think the site is referring to some service/site that got hacked recently and that you signed up for with the first-name@[domain].com email adress and not to the email account itself.

Re: Should I Change My Password?

#27
post #17

so, can someone answer this for me? I have a personal domain on google apps. The login ID is different than the email address I use/advertise. e.g. my username for login is first-initial+last-name@[domain].com But the email address I use for everything on that account is first-name@[domain].com This service states that my account was compromised on 12/12/2010 most recently at the first-name@[domain].com though you co…

When in doubt, change your password. Then change it again.

Re: Should I Change My Password?

#28
post #13

Earlier quoted context omitted.

How many people would fall for it if it first asked for e-mail, said it was safe, and then "test your password too?"

well, if it was actually safe to do, a password tester would be smart for a lot of people. you might think that the phone number of that cute girl in that movie combined with her initials is a safe password, but if you check out some of the password lists that have popped up the last year you'll see that alot of people thought the same way.

Has anyone published stats on some of the password lists that have been released lately? I'd like to know if they still conform to some of the old 'rules' about common passwords and the like. How many are just words with a single digit at the end, how many include no digits. What percentage are dictionary words? What percentage are leet-speak-ified dictionary words, etc.

Re: Should I Change My Password?

#29

Find the MD5 of your password and Google that. Plenty of sites still store an unsalted hash in the database and these are often compromised. If your hash turns up in a rainbow table in Google's index, definitely change it to something more secure (longer, more symbols).

I'm not sure that sending the MD5 of your password out over the wide internet is such a great idea. After all, if the bad guys didn't have an easy-to-crack hash of your password yet, you may have just given it to them!

(Yes, I know that sniffing such things is not trivial. Still.)

Re: Should I Change My Password?

#30
post #17

so, can someone answer this for me? I have a personal domain on google apps. The login ID is different than the email address I use/advertise. e.g. my username for login is first-initial+last-name@[domain].com But the email address I use for everything on that account is first-name@[domain].com This service states that my account was compromised on 12/12/2010 most recently at the first-name@[domain].com though you co…

It's referencing these sources: https://shouldichangemypassword.com/sources.php

To me this means that my password is out there, and now a part of someone's dictionary. Change all places where that password is used immediately. I am currently moving to LastPass with randomly generated 16-32 char passwords for every site. It's less of a pain than one might think.

Post reply on HN