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
Copy file name to clipboardExpand all lines: src/DataProtection/DataProtection/test/Microsoft.AspNetCore.DataProtection.Tests/Cng/CbcAuthenticatedEncryptorTests.cs
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -120,20 +120,32 @@ public void Encrypt_KnownKey()
[InlineData(128,"SHA256","This is a very long plaintext message that spans multiple blocks and should test the encryption and size estimation with larger payloads to ensure everything works correctly")]
126
+
[InlineData(192,"SHA256","")]
127
+
[InlineData(192,"SHA256","This is a small text")]
128
+
[InlineData(192,"SHA256","This is a very long plaintext message that spans multiple blocks and should test the encryption and size estimation with larger payloads to ensure everything works correctly")]
129
+
[InlineData(256,"SHA256","")]
130
+
[InlineData(256,"SHA256","This is a small text")]
131
+
[InlineData(256,"SHA256","This is a very long plaintext message that spans multiple blocks and should test the encryption and size estimation with larger payloads to ensure everything works correctly")]
132
+
[InlineData(128,"SHA512","")]
133
+
[InlineData(128,"SHA512","This is a small text")]
134
+
[InlineData(128,"SHA512","This is a very long plaintext message that spans multiple blocks and should test the encryption and size estimation with larger payloads to ensure everything works correctly")]
135
+
[InlineData(192,"SHA512","")]
136
+
[InlineData(192,"SHA512","This is a small text")]
137
+
[InlineData(192,"SHA512","This is a very long plaintext message that spans multiple blocks and should test the encryption and size estimation with larger payloads to ensure everything works correctly")]
138
+
[InlineData(256,"SHA512","")]
139
+
[InlineData(256,"SHA512","This is a small text")]
140
+
[InlineData(256,"SHA512","This is a very long plaintext message that spans multiple blocks and should test the encryption and size estimation with larger payloads to ensure everything works correctly")]
0 commit comments