You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be using methods from the System.Security.Cryptography namespace for getting random bytes. System.Security.Cryptography.RandomNumberGenerator.GetBytes(32);, for example. Then use something like Convert.ToBase64String to encode.
Guid.NewGuid().ToString()
isn't secure enough. What API should be used to generate the right level of randomness?The text was updated successfully, but these errors were encountered: