增加连接串加密,粤北安装版本封存

This commit is contained in:
dell
2023-09-07 17:21:02 +08:00
parent 28b59aa70e
commit b94dc66092
30 changed files with 799 additions and 426 deletions

View File

@ -8,7 +8,7 @@ namespace HT.Cloud.DataBase
public class DBContexHelper
{
private static string defaultDbType = GlobalContext.SystemConfig.DBProvider;
private static string defaultDbConnectionString = GlobalContext.SystemConfig.DBConnectionString;
private static string defaultDbConnectionString = AESKeyEncrypt.DecryptDES(GlobalContext.SystemConfig.DBConnectionString);
public static ConnectionConfig Contex(string ConnectStr = "", string providerName = "")
{