暴力尝试安卓gesture.key

import hashlib
import os
import itertools


f = open(rD:\KEY\gesture.key,r)
psd = f.readline()
f.close()
ANS = psd.encode(hex)
print ANS


b = [00,01,02,03,04,05,06,07,08]


cool = False

for i in range(9,10):
    qq = itertools.permutations(b,i)
    nl = list(qq)
    for j in range(0,len(nl)):
        t1=‘‘.join(nl[j])
        t2 = hashlib.sha1(t1.decode(hex)).hexdigest()
        if(t2==ANS):
            print the answer is :+str(nl[j])
            cool = True
            break;
        if(cool==True):
            break;
    if(cool==True):
        break;

if(cool==False):
    print Sorry...

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。