On 2018/06/01 15:35, Daniel Jakots wrote: > On Fri, 1 Jun 2018 18:46:25 +0100, Stuart Henderson > <[email protected]> wrote: > > > Thanks - this is a common problem with many PHP apps rather than being > > specific to nextcloud/owncloud. Rather than repeating it all over the > > place I've just added a section to the pkg-readme for PHP that > > explains this. > > Great! Would you mind documenting the creation of *random devices?
Hmm, what uses these? I've not run into anything, and if there is, it really should be using random_bytes / random_int in 7.x, or the random_compat polyfill + one of the other sources (preferably libsodium) for 5.x ...
