Live data from Hacker News

Partial password usability sucks

gaevoy.com

1–10 of 87 posts

Re: Partial password usability sucks

#5
> Open partial-password.github.io & copy-paste your password there.

Sounds like a great idea, let's all paste our bank passwords in this website!

Banks have peculiar ideas about security sometimes, I don't think this partial password business will have a net positive effect (especially if people use "solutions" like these and potentially send their password to a third party)

Re: Partial password usability sucks

#7
Perhaps I'm misunderstanding the security model behind this, but why should the site be storing my password's length at all? Why does it know I have a 10th character at all? The site should just have a hash of my password (normalizing the length).

Re: Partial password usability sucks

#8
> The idea is good it gives you an extra layer of protection against password theft (link 1, link 2, link 3).

That sounds obnoxiously insecure on the back-end. Notoriously, the most broken authentication mechanisms used plaintext (or reversibly encrypted) storage. The answers to the three security questions that the article links to also point this out.

Sounds like ING Poland needs to be called out by some security researchers.

[0] https://security.stackexchange.com/a/194818/47800

[1] https://security.stackexchange.com/a/7479/47800

[2] https://security.stackexchange.com/a/196430/47800

Re: Partial password usability sucks

#10

Perhaps I'm misunderstanding the security model behind this, but why should the site be storing my password's length at all? Why does it know I have a 10th character at all? The site should just have a hash of my password (normalizing the length).

I guess (hope) they just have a collection of patterns that they apply (like (3, 9, 11, 12, 15) from the OP), and when they store your password's hash, they also store the hash of those several characters so that they can present the pattern to you later and check whether you matched the pattern correctly.
Post reply on HN