lcl 7 сар өмнө
parent
commit
5168f25f0d

+ 2 - 2
Areas/Api/Controllers/PubController.cs

@@ -87,8 +87,8 @@ namespace MySystem.Areas.Api.Controllers
         {
             if (string.IsNullOrEmpty(str)) return null;
             Byte[] toEncryptArray = Encoding.UTF8.GetBytes(str);
-            string key = "CBTU1dD4Kd5pyiGWTsI10jRQ3SvKusSV";
-            string iv = "DYgjCEIMVrj2W9xN";
+            string key = "ZwwQCjEnGwaKzKWeuk4XIaHR0zbF8kSk";
+            string iv = "Jg4FxlLbfn0viypF";
 
             System.Security.Cryptography.RijndaelManaged rm = new System.Security.Cryptography.RijndaelManaged
             {