Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I still can't get over the idea that I have to use numbers and symbols. Just give me a 30 character text password thank you. It's 2017 ffs.
#CorrectHorseBatteryStaple -
avidity949y@linuxxx Scary. What a shame many websites still do not use hashed passwords after a plethora of breaches lately. -
Cause hashing things securely burns through a lot of CPU cycles. If they don't want to put a lot of resources behind their auth service they have to limit it's load as much a possible so you aren't waiting 5+ seconds just to login. Just hope they are indeed hashing things securely.
-
@fox8091 SHA256 is not sufficient cryptography, even with salts. You should be using something like bcrypt.
Related Rants

Did you say security?
10 points for next century option.
Why the Fuck is PayPal only allowing passwords up to 20 characters . Even the most useless websites aren't doing that (at least not visisible, maybe they shorten it in the backend).
undefined
paypal
stupid
security
password length