Commit fc504f9
committed
Fix: provider might return null (for decryptedRawBytes variable) when decryption data which leads to an exception here -- decryptedData = Encoding.UTF8.GetString(decryptedRawBytes).Trim('\0');
1 parent ea6836b commit fc504f9
File tree
1 file changed
+1
-1
lines changed- src/EntityFrameworkCore.DataEncryption/Internal
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments