Slide 51
Slide 51 text
openssl_random_pseudo_bytes()
https://wiki.openssl.org/index.php/Random_fork-safety
Since the UNIX fork() system call
duplicates the entire process state, a
random number generator which does not
take this issue into account will produce
the same sequence of random numbers in
both the parent and the child […], leading
to cryptographic disaster…
“