文件名称:C#字符串加密解密dll库
文件大小:264KB
文件格式:DLL
更新时间:2023-11-04 12:51:16
c# 字符串 数据安全
可以加密解密字符串,适用于密码保密。例如: //密码加密 user_pwd = Commons.EncodeHelper.AES_Encrypt(user_pwd); //密码解密 user_pwd = Commons.EncodeHelper.AES_Decrypt(user_pwd);
文件名称:C#字符串加密解密dll库
文件大小:264KB
文件格式:DLL
更新时间:2023-11-04 12:51:16
c# 字符串 数据安全
可以加密解密字符串,适用于密码保密。例如: //密码加密 user_pwd = Commons.EncodeHelper.AES_Encrypt(user_pwd); //密码解密 user_pwd = Commons.EncodeHelper.AES_Decrypt(user_pwd);