Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28633, comment 29


Ignore:
Timestamp:
02/13/2015 02:53:57 AM (10 years ago)
Author:
sarciszewski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28633, comment 29

    initial v1  
    22
    33Are you saying to revert it, or "since you made it secure random anyway, leave it, but it wasn't necessary"?
     4
     5Taking 3 random bytes and converting it to hex is actually simpler than taking a cryptographic hash of the current time, then grabbing the first 6 hexits from it, since the secure random is abstracted away.