Earlier quoted context omitted.
> What if the salt was derived from a key the user had to supply and wasn't stored anywhere? If I understood you that is the same as demanding the user to input two strings for password authentication, one for salt and one for password, in which case you might just as well require the user to use a longer password.
Good point. Why do we have passwords anyway? Just to authenticate at unanticipated access points? We could always just do two-factor authentication for that. A code would be sent to Google Authenticator on your phone or something like that, encrypted with your public key, and you'd just decrypt it with your private key. The phone would be secured with your password or fingerprint, which is never sent anywhere. The co…
Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
41–50 of 58 posts
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#42Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#43I guess he really liked that Volkswagen commercial?[1] [1] https://www.youtube.com/watch?v=jdccNAOvPHg
Sounds about right.
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#44Can someone explain to me why we are still using passwords? It's not like we don't have better technology. Why can't I just authenticate everywhere with a signed token? What's standing in the way of this?
EDIT: I'm not saying passwords are ideal, just giving context as to why they haven't been replaced.
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#45Can someone explain to me why we are still using passwords? It's not like we don't have better technology. Why can't I just authenticate everywhere with a signed token? What's standing in the way of this?
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#46Can someone explain to me why we are still using passwords? It's not like we don't have better technology. Why can't I just authenticate everywhere with a signed token? What's standing in the way of this?
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#47Can someone explain to me why we are still using passwords? It's not like we don't have better technology. Why can't I just authenticate everywhere with a signed token? What's standing in the way of this?
Isn't the general stance that this is too new and scary for the average user?
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#48Can someone explain to me why we are still using passwords? It's not like we don't have better technology. Why can't I just authenticate everywhere with a signed token? What's standing in the way of this?
Passwords are simple and convenient. Everyone basically understands how they work, and you can keep them in your head (not that you should ). EDIT: I'm not saying passwords are ideal, just giving context as to why they haven't been replaced.
Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#49Re: Mark Zuckerberg's Twitter and Pinterest password was 'dadada'
#50Can someone explain to me why we are still using passwords? It's not like we don't have better technology. Why can't I just authenticate everywhere with a signed token? What's standing in the way of this?
Well, for one, the fact that your private key can be copied without you knowing it. At least for now, the only guaranteed read-only-for-owner storage is our brain.