We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2112e7 commit 8365ab8Copy full SHA for 8365ab8
1 file changed
Encrypt/AesEncryption/BaseAesEncryption.cs
@@ -35,6 +35,7 @@ public virtual byte[] EncryptAES(byte[] data, byte[] key, byte[] iv)
35
}
36
37
// Method to generate a random byte array of given length
38
+ // Used to get the IV
39
public static byte[] GenerateRandomBytes(int length)
40
{
41
byte[] randomBytes = new byte[length];
0 commit comments