找回密码
 立即注册
查看: 75|回复: 0

星辰奇缘苹果端绑定域名解密方法

[复制链接]

该用户从未签到

114

主题

0

回帖

50

积分

师兄

积分
50
发表于 2023-6-26 00:59:44 | 显示全部楼层

星辰奇缘苹果端绑定域名解密方法

public void Connect(string address, int port)
        {
                if (this.socket.Connected)
                {
                        Debug.Log(string.Format("错误:重复建立Socke连接,重新连接时请先断开之前的连接", new object[0]));
                        return;
                }
                this.address = address;
                this.port = port;
                MD5 md = MD5.Create();
                string a = "12546f1c61454538c45490";
                string a2 = "1252051ca54456902c7054bc";
                string a3 = "66610b45455576";
                string a4 = "4582fdgs4545wr42saf1";
                byte[] bytes = Encoding.Default.GetBytes(address);
                byte[] array = md.ComputeHash(bytes);
                string text = string.Empty;
                for (int i = 0; i < array.Length; i  )
                {
                        text  = array.ToString("x6");
                }
                byte[] bytes2 = Encoding.Default.GetBytes(text);
                byte[] array2 = md.ComputeHash(bytes2);
                string text2 = string.Empty;
                for (int j = 0; j < array2.Length; j  )
                {
                        text2  = array2[j].ToString("x2");
                }
                if (!(a == text2)
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|网单资源网 |网站地图

GMT+8, 2023-10-1 09:45 , Processed in 0.022471 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表