油菜啊

>>> import base64
> >>> import hashlib
> >>> c='aY1RoZ2KEhzlgUmde3AWaA=='
> >>> a=base64.decodestring(c)
> >>> a
> 'i\x8dQ\xa1\x9d\x8a\x12\x1c\xe5\x81I\x9d{p\x16h'
> >>> aa=map(lambda x:hex(ord(x)),a)
> >>> aa
> ['0x69', '0x8d', '0x51', '0xa1', '0x9d', '0x8a', '0x12', '0x1c', '0xe5',
> '0x81', '0x49', '0x9d', '0x7b', '0x70', '0x16', '0x68']
> >>> bb = ''.join(map(lambda x:str(hex(ord(x)))[2:],a))
> >>> bb
> '698d51a19d8a121ce581499d7b701668'
> >>> md5('111').hexdigest()
> '698d51a19d8a121ce581499d7b701668'
>

2009/10/13 tennc <[email protected]>

> 牛。。。
>
>
> ------------------ 原始邮件 ------------------
> *发件人:* "yofx"<[email protected]>;
> *发送时间:* 2009年10月13日(星期二) 中午11:22
> *收件人:* "Ph4nt0m"<[email protected]>;
> *主题:* [Ph4nt0m] Re: 咨询下EYOU(亿邮)邮件系统的用户密码加密方式,有破解的办法没?
>
>
>
> On 10月9日, 下午11时40分, ZhangDi <[email protected]> wrote:
> > 推出个结果是这个(-1588490903, 7500305905654268389L)
> >
> > 2009/10/9 yofx <[email protected]>
> >
> >
> >
> > > On 9月26日, 下午6时51分, phz00152 phz00152 <[email protected]> wrote:
> > > > 我得到了用户信息,但密码都是加密的
> >
> > > >    {md5}aY1RoZ2KEhzlgUmde3AWaA==
> > > > 类似这种,不知道怎么能解密。请教下各位兄弟!
> >
> > > 是MD5+BASE64
> >
> > >    不过解baes64的时候需要注意 解开的结果显示为HEX 才是 MD5值 然后去 破解即可
> > >  使用CAIN的BASE64破解 即可。
> >
> > --
> > 怀才就像是怀孕,日子久了才会被发现!
> > 博客http://www.jondy.net/
> > 资源http://www.zhack.com/
>
>
> 使用CAIN解BASE64破出来的HEX 为 698d51a19d8a121ce581499d7b701668
>   在CMD5查询这个         明文为 111
>
>  111就是解密出来的结果。
>
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
 要向邮件组发送邮件,请发到 [email protected]
 要退订此邮件,请发邮件至 [email protected]
-~----------~----~----~----~------~----~------~--~---

回复