Partial password usability sucks
gaevoy.com
Partial password usability sucks
1–10 of 87 posts
Re: Partial password usability sucks
#2Re: Partial password usability sucks
#3I have a real desire for a document firewall mode where nothing can enter or leave.
Re: Partial password usability sucks
#4This sort of thing needs to be built into password managers.
Re: Partial password usability sucks
#5Sounds 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
#6Re: Partial password usability sucks
#7Re: Partial password usability sucks
#8That 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
Re: Partial password usability sucks
#9Re: Partial password usability sucks
#10Perhaps 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).