Pythonchallenge Level 8 (python2.7)

If you are familiarly with 'bz2' module, it would be really easy!

>>> import bz2
>>> u=bz2.decompress('BZh91AY&SYA\xaf\x82\r\x00\x00\x01\x01\x80\x02\xc0\x02\x00 \x00!\x9ah3M\x07<]\xc9\x14\xe1BA\x06\xbe\x084')
>>> p=bz2.decompress('BZh91AY&SY\x94$|\x0e\x00\x00\x00\x81\x00\x03$ \x00!\x9ah3M\x13<]\xc9\x14\xe1BBP\x91\xf08')

username is 'huge', the password is 'file'

你可能感兴趣的:(python,8,pythonchallenge)