Live data from Hacker News

Show HN: How Secure Is My Password

howsecureismypassword.io

1–10 of 14 posts

Re: Show HN: How Secure Is My Password

#2
Why is something like "alksjdlq" or "alskjdlakjv" weak? Do brutal force attacks focus on any combination of characters? or combination of known words?

If the password above is not a word, or a combination of words, or something personal, and it's long enough... how is it not a strong password?

Also, if you five away what a strong password consists of (case, length, characters, symbols) then doesn't that make it weaker because you give bots/attackers a pattern to follow?

Re: Show HN: How Secure Is My Password

#6
post #2

Why is something like "alksjdlq" or "alskjdlakjv" weak? Do brutal force attacks focus on any combination of characters? or combination of known words? If the password above is not a word, or a combination of words, or something personal, and it's long enough... how is it not a strong password? Also, if you five away what a strong password consists of (case, length, characters, symbols) then doesn't that make it weake…

> Also, if you five away what a strong password consists of (case, length, characters, symbols) then doesn't that make it weaker because you give bots/attackers a pattern to follow?

I don't think it changes anything at all. Attackers won't ignore "dolphins" just because a meter says it's weak.

Unless it's an actual limitation of the site where you're signing up, in which case the culprit for the reduced search space would be the website for such password limitations, not because the password strength meter.

Re: Show HN: How Secure Is My Password

#7
I've seen some dark satire on HN lately. What I see here is another neat implementation of an unconstructive idea, amusing for reflecting our flaws. We really should know better than to share or encourage sharing passwords with third parties. The same goes for CC details ("enter your CC and see if it's been stolen"). The right place for a widget like this is on the signup or change password page itself.

You've put forward a little risk/reward proposition where users are unable to properly assess the risk. People love to be rated, that part's easy. You rely on them to take your word on the site's affiliation, to not understand that you can collect passwords despite saying otherwise, or vary the site's behavior mod N, or cross-match fingerprint:password with leaked/purchased/accumulated fingerprint:username data, and so on. They look at it and think, 'looks legit'. It might well be, but the proposition is unfair and its unconstructive to condition users to accept this type of trade-off.

Re: Show HN: How Secure Is My Password

#8

Eh, I feel like this is pretty bland. It should incorporate a dictionary attack database. For example, "password" should be considered way weaker than any combination of letters. I would look at https://howsecureismypassword.net/ for inspiration.

Dropbox's zxcvbn[1] seems to do a good job of this along with detecting sequences and keyboard patterns.

[1] https://github.com/dropbox/zxcvbn

Post reply on HN