|
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 ();
This one is similar to what was written upstairs.
"abcdefghigklmnopqrstuvwxyzABCDEFGHIGKLMNOPQRSTUVWXYZ0123456789` ~! @ # $% ^&* () _ + |-= [] {}; ': <>?,. /" |
|