Changes between Version 2 and Version 3 of Ticket #34661
- Timestamp:
- Jun 16, 2023, 12:20:44 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34661 – Description
v2 v3 25 25 26 26 There is one more element needed for hashing the password, **pepper**, should be django project specific. Even when a database is exposed, the attacker will not be able to lookup the known passwords, since they don't have the secret pepper key. 27 28 I am not sure, however this cause CWE-760 https://cwe.mitre.org/data/definitions/760.html, even though salt is not weak, but it is known, when a database is exposed. 29 30 I think peppering passwords should be a default behavior of django.