Changes between Version 1 and Version 2 of Ticket #35930, comment 9
- Timestamp:
- Nov 28, 2024, 11:27:27 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35930, comment 9
v1 v2 3 3 4 4 For example, using salted_hmac from crypto 5 If we specify wrong algorithm we can leak the secret key of django, I understand that this is because of wrong usage but I would like to hide them or not show them at all.5 If we specify wrong algorithm we can leak the secret key of django, I understand that this is because of wrong usage but I would like to hide them.