|
|
|
|
|
by aquadrop
2307 days ago
|
|
Why was data sorted by usage count in the first place? Hash of the password doesn't give you the password, so you just get "something was used x amount of times". Seems like you always want to look up by hash and then sorting by hash from the beginning makes more sense. |
|