Earlier quoted context omitted.
Yes it totally is true. Hashes are a standard length, and you can feed any length passphrase into the hash algorithm. It wouldn't surprise me to see passphrases limited to e.g. 256 chars anyway, but 27 smells very bad. What system limitation leads to this particular number? It smells like a DB column width to me.
Just because there is a limitation on password length doesn't imply they store the password in clear text.
300M Freely Downloadable Pwned Passwords
51–60 of 184 posts
Re: 300M Freely Downloadable Pwned Passwords
#52Would it make sense to host the file on a cheap OVH/Scaleway VPS with unlimited bandwidth? I guess CloudFlare doing it for free beats that though!
"Unlimited" as in, "as soon as you start becoming a problem we drop you".
Re: 300M Freely Downloadable Pwned Passwords
#53It's something we've come to embrace in the Linux world. Much faster than a single server and saves bandwidth at individual sites. Surprised this pragmatism hasn't reached the rest of you yet.
Re: 300M Freely Downloadable Pwned Passwords
#54An interesting element to this is how resistant some people are too using torrents for legitimate purposes, even as a backup mirror. It's something we've come to embrace in the Linux world. Much faster than a single server and saves bandwidth at individual sites. Surprised this pragmatism hasn't reached the rest of you yet.
Re: 300M Freely Downloadable Pwned Passwords
#55I do agree with Troy that this could be useful to send to relatives and family: > I'm envisaging more tech-savvy people using this service to demonstrate a point to friends, relatives and co-workers: "you see, this password has been breached before, don't use it!" But I can't be the only one whose family would be baffled by the term "pwned". I wish it said something like "Your password has been hacked!" which we all…
Re: 300M Freely Downloadable Pwned Passwords
#56Earlier quoted context omitted.
Yes it totally is true. Hashes are a standard length, and you can feed any length passphrase into the hash algorithm. It wouldn't surprise me to see passphrases limited to e.g. 256 chars anyway, but 27 smells very bad. What system limitation leads to this particular number? It smells like a DB column width to me.
Just because there is a limitation on password length doesn't imply they store the password in clear text.
Re: 300M Freely Downloadable Pwned Passwords
#57I wonder how we force change with individual companies? Today I had to sign up for a UPS account. The password length was set to max 27 characters, and the form had disabled paste in the password field. Who do we lobby to get them to fail their next PCI-DSS compliance test?
Re: 300M Freely Downloadable Pwned Passwords
#58Re: 300M Freely Downloadable Pwned Passwords
#59Earlier quoted context omitted.
and storing plaintext passwords is unacceptable.
That's not true in every case. If you're just throwing it into a DB, then yes. But if you're encrypting it and storing it on an isolated server with the decryption keys on a separate server, it's not a huge deal. Look, people on HN make a massive deal about passwords. One of my most shocking discoveries starting as a pentester was that "storing passwords in plaintext" would be a low-severity finding at best . Medium…
Re: 300M Freely Downloadable Pwned Passwords
#60I wonder how we force change with individual companies? Today I had to sign up for a UPS account. The password length was set to max 27 characters, and the form had disabled paste in the password field. Who do we lobby to get them to fail their next PCI-DSS compliance test?
Well for that you can probably turn off JavaScript or use the web inspector to enable paste.