Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15088, comment 14


Ignore:
Timestamp:
03/18/2011 04:57:51 PM (14 years ago)
Author:
hakre
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15088, comment 14

    initial v1  
    1111
    1212I've been looking into that function and I think we can do better for salts if /dev/urandom is available.
     13
     14Keep in mind that the generation is only part of the scope of the feature request. Furthermnost part is to reduce the dependency from remote while keeping up the same level of quality of the salts if possible.
     15
     16If you can however provide more and better code, I would appreceate that.