Chinaunix首页 | 论坛 | 博客
  • 博客访问: 179295
  • 博文数量: 69
  • 博客积分: 1430
  • 博客等级: 上尉
  • 技术积分: 686
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-22 11:12
文章存档

2011年(1)

2010年(11)

2009年(35)

2008年(22)

我的朋友

分类: LINUX

2010-03-09 10:47:57

什么也不说,代码知道我,知道我其实也不知道是怎么写的,是看了提示才知道的,所以以后坚决不看提示。

#!/usr/bin/python
import bz2
usr = 'BZh91AY&SYA\xaf\x82\r\x00\x00\x01\x01\x80\x02\xc0\x02\x00 \
\x00!\x9ah3M\x07<]\xc9\x14\xe1BA\x06\xbe\x084'

password = 'BZh91AY&SY\x94$|\x0e\x00\x00\x00\x81\x00\x03$ \
\x00!\x9ah3M\x13<]\xc9\x14\xe1BBP\x91\xf08'


usr = bz2.decompress(usr)
password = bz2.decompress(password)
print usr,password


阅读(724) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~