RNGCryptoServiceProvider is sucure?

Busan Choi 1 Reputation point
2021-07-15T09:43:33.253+00:00

Hi,
I want to know the entropy of RNGCryptoServiceProvider class.
and moreover, is it non-deterministic?

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,422 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Xiaopo Yang - MSFT 11,496 Reputation points Microsoft Vendor
    2021-07-16T02:15:34.283+00:00

    You can refer to This Question Which has more details about the entropy of RNGCryptoServiceProvider. And I think It is non-deterministic under limited circumstances.

    0 comments No comments