摘要:
处理办法:对加密的字符串在参数传递前进行编码,接收的时候再解密即可解决,传递:"RegisterSucess.aspx?time=" + HttpUtility.UrlEncode(DesEncrypt.Encrypt(DateTime.Now.ToShortDateString()));接收:DateTime activeTime = DateTime.Parse(DesEncrypt.DecryptTripleDes(Request.QueryString["time"]));另外,我对Cryptography里的TripleDESCryptoSer 阅读全文
posted @ 2011-03-10 09:34
peter cheng
阅读(2830)
评论(0)
推荐(1)

浙公网安备 33010602011771号