





































































































































EG:
string a = "fanrongsheng";需要加密的字符串
string key = "loveaspnet";私有密码
//strPvt加密后的字符串
string strPvt = Passport_Encrypt(a,key);
//解密字符串
string strSour = Passport_Decrypt(strPvt,key);
strSour=a
欢迎大家评论,指点。。。
转载于:https://www.cnblogs.com/fanrsh/archive/2006/06/05/417691.html