Re: [PHP-DEV] Re: [RFC][DISCUSSION] Session ID without hashing

2016-06-29 Thread Yasuo Ohgaki
Hi Stas, On Wed, Jun 29, 2016 at 9:09 AM, Stanislav Malyshev wrote: > >> Concern has been discussed is risk of broken PRNG and predictable >> session ID. We may insist any platform must have reliable PRNG, but it >> would be good idea to have least mitigation. Reading extra bytes >> should be goo

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Session ID without hashing

2016-06-29 Thread Pierre Joye
Hi :) On Wed, Jun 29, 2016 at 7:09 AM, Stanislav Malyshev wrote: > Hi! > >> Concern has been discussed is risk of broken PRNG and predictable >> session ID. We may insist any platform must have reliable PRNG, but it >> would be good idea to have least mitigation. Reading extra bytes >> should be

Re: [PHP-DEV] Re: [RFC][DISCUSSION] Session ID without hashing

2016-06-28 Thread Stanislav Malyshev
Hi! > Concern has been discussed is risk of broken PRNG and predictable > session ID. We may insist any platform must have reliable PRNG, but it > would be good idea to have least mitigation. Reading extra bytes > should be good enough for this purpose. I still see no reason to change it stated i