Using node.js to decrypt data encrypted using c#
问题 I'm facing a issue now which need you guys help. I use c# to do some encryption. Then need to use node.js to decry-pt it. But I just found that I can't do it correctly base on my c# encryption algorithm. If you guys have any solution, please help me. Here is my c# encryption code: public static string Encrypt(string text, String password, string salt, string hashAlgorithm, int passwordIterations, string initialVector, int keySize) { if (string.IsNullOrEmpty(text)) return ""; var