Cannot match Rijdnael encryption between C# and Javascript / Node
I need to convert an Rijndael encryption function from C# to Node. But I cannot match the result, even with the same Key, IV, Mode and Block Size. What am I doing wrong? C# MRE: using System.Security.Cryptography; byte[] encrypted; using…