|
|
|
|
|
by sskates
4795 days ago
|
|
Doesn't storing a hashed and salted version of a user's password accomplish the same thing as storing a user's public key? I suppose the other advantage of doing this is it's easier to do without the password leaving your machine. edit: I should have added it's equivalent to requiring a password of a certain length. |
|
No, because a public key can't be reversed into a private key. A hashed and salted version of a short-enough password can be reversed (sometimes trivially).