how to create hash value from random bytes using secureRandom equivalent class in C# using SHA-512

后端 未结 0 1488
一整个雨季
一整个雨季 2020-12-28 18:29

Equivalent code for this in C#

SecureRandom random = new SecureRandom();
byte randBytes[] = new byte[64];
random.nextBytes(randBytes);
MessageDigest md = Mess         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题