- UID
- 4497
注册时间2005-11-9
阅读权限10
最后登录1970-1-1
周游历练

该用户从未签到
|
发表于 2007-3-4 09:10:50
|
显示全部楼层
混淆效果!~
明天研究!~
- function xaa4f033827d75b4d.x1e72f71e14224f7d(xf6987a1745781d6f: string): string;
- var
- buffer2: Byte[];
- begin
- md := MD5CryptoServiceProvider.Create;
- if (0 = 0) then
- begin
- bytes := Encoding.Default.GetBytes(xf6987a1745781d6f);
- buffer2 := md.ComputeHash(bytes)
- end;
- text := '';
- i := 0;
- while ((i < buffer2.Length)) do
- begin
- text := string.Concat(text, buffer2[i].ToString('x').PadLeft(2, '0'));
- inc(i)
- end;
- begin
- Result := text;
- exit
- end
- end;
复制代码
[ 本帖最后由 ww-jack 于 2007-3-4 09:17 编辑 ] |
|