コード例 #1
0
ファイル: CdKeyTools.cs プロジェクト: imxingquan/QQPool
        public string GetCdKey()
        {
            string key = "";

            if (!string.IsNullOrEmpty(Seeds))
            {
                key = Seeds.Substring(0, 6);
            }

            return(getMd5Hash(getMd5Hash(getMd5Hash(key))));
        }