字符串的解密?

WBOY
Release: 2016-06-06 20:24:37
Original
1288 people have browsed it

字符串是下面这个:

<code>已解密,谢谢!
</code>
Copy after login
Copy after login

代码宇宙 大神已经说的很清楚了。大家不要再回了。解不出来的自己慢慢想吧!

回复内容:

字符串是下面这个:

<code>已解密,谢谢!
</code>
Copy after login
Copy after login

代码宇宙 大神已经说的很清楚了。大家不要再回了。解不出来的自己慢慢想吧!

这个问题我解到了第二步。第一步是base64解码没错,根据提示0x8B1F,判断解码后的应该是一个tar压缩文件,将其解压得到里面的文件。文件分为2部分,第一行是da4fb5c6e93e74d3df8527599fa62642 a0a080f42e6f13b3a2df133f073095dd,初步判断是md5生成的,网上搜索后知道前一个是x,后一个是z,这应该意味着接下来继续用base64对第二部分解码后得到的应该是一个xz压缩文件。解码后根据头部字段发现确实是这样的,而且用压缩工具打开也能看到里面有一个文件。但是我尝试解压的时候却报错了。大概搜索了一下,应该跟xz格式的校验有关,但是后来没有再继续研究下去了。

utf8编码 base64解码出来的结果:

@Dsbri E6G,>Dq|ܤN.+
7lTÚ2PdMc_Xh0` P2Q&5?ᄸƩ9BQC#oDOD̐Ф&ѯl"۰:R%W]΃ÓQߏ:lTh%R4*s

r

|’*V}stVs,
+mEuiv^cF:QoDT}=zK@
yޥd!!8zGtt=gr
پ^SI6ˍh#1`%6g}r~~g~Sy_
+0ՊKN,dmds
X ՜?MMynBr9""^جܑGG.55ll
[ѧaJvS5#?`,\444pOOO@i

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template