|
|
Subscribe / Log in / New account

getauxval() and the auxiliary vector

getauxval() and the auxiliary vector

Posted Oct 12, 2012 12:03 UTC (Fri) by njwhite (guest, #51848)
In reply to: getauxval() and the auxiliary vector by luto
Parent article: getauxval() and the auxiliary vector

(with apologies for the embarassing levels of ignorance this likely displays)

Could other applications read your auxiliary vector, and hence the seed you're using? Would this then have much effect on the guessability of subsequent random numbers?


to post comments

getauxval() and the auxiliary vector

Posted Oct 12, 2012 16:44 UTC (Fri) by mina86 (guest, #68442) [Link]

I don't think that's a real problem. The random bytes are not available to outside applications (unless they trace it like debuggers or strace do, but in this case, it would be easier to just read the random seed or just overwrite the seed).


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds