Beispiel #1
0
 /// <summary>
 /// Generates a 32 byte long cryptographically secure random data symmetric key and returns it.
 /// </summary>
 public static byte[] GenerateSymetricKey()
 {
     return(CryptoUtils.NextBytesSecureRandom(32));
 }