|
|
|
|
|
by peterwwillis
4350 days ago
|
|
I don't get how this is a good idea. First, it's inconvenient because the same door/user id and password on multiple sites will just result in the same hash, so getting different hashes means having different user id's, something not everyone does or can do. Second, it seems insecure. All you have to do is know the door id (username) and you can brute force the password just like any other salted password hash. |
|