|
|
|
|
|
by tptacek
5102 days ago
|
|
Virtually no-one implements bcrypt themselves. If you use a bcrypt library, you don't need to think about salting. Therefore, when someone says "they're using individually salted passwords", you can usually count on the fact that they're using a crappy password hash, but that they think they're doing something cryptographically sophisticated. |
|
http://www.mindrot.org/projects/py-bcrypt/