Comments on: Cryptography Implementations in .NET https://code-maze.com/dotnet-cryptography-implementations/ Learn. Code. Succeed. Thu, 12 Jan 2023 16:51:06 +0000 hourly 1 https://wordpress.org/?v=6.7.5 By: Marinko Spasojević https://code-maze.com/dotnet-cryptography-implementations/#comment-7361 Thu, 12 Jan 2023 16:31:04 +0000 https://code-maze.com/?p=79884#comment-7361 In reply to Mike.

Hello Mike. Yes, you are completely right, we totally missed that part. I even see that the Create method with the string parameter is obsolete as well, so as you suggested RandomNumberGenerator.Create() should be used. We will update that part of the article ASAP. Thank you very much.

]]>
By: Mike https://code-maze.com/dotnet-cryptography-implementations/#comment-7360 Thu, 12 Jan 2023 16:16:06 +0000 https://code-maze.com/?p=79884#comment-7360 According to the documentation RNGCryptoServiceProvider is obsolete.
Instead RandomNumberGenerator.Create() should be used.

]]>