Changes between Initial Version and Version 1 of Ticket #14093, comment 7


Ignore:
Timestamp:
Feb 13, 2011, 2:48:30 PM (14 years ago)
Author:
Paul McMillan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14093, comment 7

    initial v1  
    11The VALID_KEY_CHARS setting was introduced to sanitize user input for security.
    22
    3 Your proposal to switch from MD5 to UUID4 isn't addressing the core of the problem. You'd be going from a 512 bit random(ish) number to a 113 bit random number. This really isn't going to fix the problem, which is that your cache is timing out. We need to address that directly.
     3Your proposal to switch from MD5 to UUID4 isn't addressing the core of the problem. You'd be going from a 128 bit random(ish) number to a 113 bit random number. This really isn't going to fix the problem, which is that your cache is timing out. We need to address that directly.
    44
    55See also my post on django-dev:
Back to Top