Ticket #6293: phpass-uniqid-r7392.patch
| File phpass-uniqid-r7392.patch, 444 bytes (added by tellyworth, 5 months ago) |
|---|
-
wordpress/wp-includes/class-phpass.php
old new 48 48 49 49 $this->portable_hashes = $portable_hashes; 50 50 51 $this->random_state = m icrotime() . getmypid();51 $this->random_state = md5(uniqid(rand(), true)); 52 52 } 53 53 54 54 function get_random_bytes($count)
