How NOT to Store Passwords! - Computerphile
Video Statistics and Information
Channel: Computerphile
Views: 2,207,080
Rating: undefined out of 5
Keywords: computers, computerphile, Tom Scott, password, hashing, salting, hash and salt, database, web, internet
Id: 8ZtInClXe1Q
Channel Id: undefined
Length: 9min 24sec (564 seconds)
Published: Wed Nov 20 2013
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Social sign up is a marketing tool, gigya and others use the info to personalise messaging and offers. I don't think it's really to do with passwords.
half this. half that making people sign up with a username/email and password is hard. a lot of people don't want to do it. if you already have an account no signup is necessary. helps registration numbers.
Not even a little teeny, tiny bit true.
I have built a lot of websites in my life -- perhaps 5% of all Americans have used a site I have personally built. All of them safely stored passwords, and it isn't that hard. It's easy to do wrong, of course, but it is pretty simple to do right.
Many of the sites used delegated access (typicall OAuth) from Facebook or other large site, but it had nothing to do with my convenience. We just got much higher uptake when a prospective user can register with two clicks, lower error rates, and higher returns.
This isn't even close to correct. Salting and hashing a password is incredibly easy - it's literally just a few lines of code and less than ten minutes of work.
Any developer that doesn't know how to do it doesn't have a chance in hell of implementing a Facebook login.
This video is aimed for people that are in their first week of learning (think 16 year olds).