pythonchallenge 解谜 Level 8

 1 #-*- coding:utf-8 -*-
 2 #代码版本均为python 3.5.1
 3 #Level 7
 4 
 5 import bz2
 6 
 7 un=b'BZh91AY&SYAxafx82
x00x00x01x01x80x02xc0x02x00 x00!x9ah3Mx07<]xc9x14xe1BAx06xbex084'
 8 
 9 pw=b'BZh91AY&SYx94$|x0ex00x00x00x81x00x03$ x00!x9ah3Mx13<]xc9x14xe1BBPx91xf08'
10 
11 print(bz2.decompress(un))
12 print(bz2.decompress(pw))

源码如上,得到用户名和密码。

username :huge

password :file

下一关地址

http://www.pythonchallenge.com/pc/return/good.html