Changes between Version 1 and Version 2 of Ticket #35930, comment 9


Ignore:
Timestamp:
Nov 28, 2024, 11:27:27 AM (4 weeks ago)
Author:
Baha Sdtbekov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35930, comment 9

    v1 v2  
    33
    44For 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.
     5If 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.
Back to Top