|
楼主 |
发表于 2020-1-5 18:30:01
|
显示全部楼层
string text1 = "abcdefghigklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ0123456789`~!@#$%^&*()_+|-=[]{};':<>?,./";
string text2 = text1.Substring(0x36, 1) + text1.Substring(0x44, 1) + text1.Substring(1, 1) + text1.Substring(0x56, 1) + text1.Substring(0x39, 1) + text1.Substring(0x31, 1) + text1.Substring(0x3b, 1) + text1.Substring(0x47, 1);
string text3 = _Default.Decrypt(SifuData.UserDn(), text2);
string text4 = _Default.Decrypt("48FC50F3F5EB1A4B9CF9FA16765A4812", text2);
string text5 = _Default.Decrypt("24D673EB0598C4C8CD7A07F2B31E321B", text2);
string text6 = base.Request.Url.AbsoluteUri.ToLower();
这个里面也有跟楼上写的有点类似。
"abcdefghigklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ0123456789`~!@#$%^&*()_+|-=[]{};':<>?,./"
|
|