https://docs.microsoft.com/en-us/windows/win32/seccng/cng-portal ?
On Mon, 12 Jul 2021, 23:18 Dan Stromberg, <[email protected]> wrote: > > On Mon, Jul 12, 2021 at 8:37 AM Steve Dower <[email protected]> > wrote: > >> On 7/12/2021 4:11 PM, Dan Stromberg wrote: >> > It looks like CPython could do better on Windows: SystemRandom (because >> > of os.urandom()) is good on Linux and mac, but on Windows they use the >> > CryptGenRandom deprecated API.... >> > >> > Supporting detail: >> > >> https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-cryptgenrandom >> > < >> https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-cryptgenrandom >> > >> > >> > Should I open an issue? >> >> Please do, but note that the API is only deprecated because it was not >> very extensible and the new API is much more comple... er... extensible. >> >> There's nothing wrong with the randomness from the function. It'll be >> using the new API under the covers. So this is an enhancement, not a >> security issue, and should only target 3.11. >> > > I created https://bugs.python.org/issue44611 for this. > > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/C3QBAG3YHBJSJQ5MO32TFN6R6PBYKEKD/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/JSLZGO3TZUDLSS3VJHE2WHKEBUDWJLPH/ Code of Conduct: http://python.org/psf/codeofconduct/
