怎么到处要破这个密码
密码是see1see
是什么地方的密码
前两天不是才发过吗??

解决方案 »

  1.   

    http://expert.csdn.net/Expert/topic/1437/1437611.xml?temp=.7368585
      

  2.   

    wangxj0600(旁观拍手笑疏狂,疏又何妨,狂又何妨):
    你是如何把这个密码算出来的.我加分.
      

  3.   

    我在上面不是写了吗
    http://expert.csdn.net/Expert/topic/1437/1437611.xml?temp=.7368585
      

  4.   

    更详细的
    <script>
    var pass=new Array()
    var t3=""
    var lim=7
    pass[0]="W5AH5Glv6VgTUi6"
    pass[1]="f9XR73wcl2ldHMe"
    pass[2]="9PbpmVeAFo2gCU"
    pass[3]="dvvgdvvkhaiuLEj"
    pass[4]="7IGuaDUvtPrB7IMu"
    pass[5]="17IGuaDUvtPrB7IM"
    var extension=".html"
    var enablelocking=0
    var numletter="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
    var temp3=''
    var cur=0
    function max(which){
    return (pass[Math.ceil(which)+(3&15)].substring(0,1))
    }
    function testit(input){
    temp=numletter.indexOf(input)
    var temp2=temp^parseInt(pass[phase1-1+(1|3)].substring(0,2))
    temp2=numletter.substring(temp2,temp2+1)
    return (temp2)
    }
    function submitentry(){
    t3=''
    verification=document.password1.password2.value
    phase1=Math.ceil(Math.random())-6+(2<<2)
    var indicate=true
    for (i=(1&2);i<window.max(Math.LOG10E);i++)
    t3+=testit(verification.charAt(i))
    var t4 = "";
    var s5 = "dvvgdvv"
    for (i=(1&2);i<window.max(Math.LOG10E);i++)
    t4+=testit(s5.charAt(i))
    alert(t4);
    for (i=(1&2);i<lim;i++){
    alert(t3.charAt(i) + "=" + pass[phase1+Math.round(Math.sin(Math.PI/2)-1)].charAt(i))
    if (t3.charAt(i)!=pass[phase1+Math.round(Math.sin(Math.PI/2)-1)].charAt(i))
    indicate=false
    }
    if (verification.length!=window.max(Math.LOG10E))
    indicate=false
    if (indicate)
    window.location=verification+extension
    else
    alert("密码错误,请再输入!")
    }
    </script>
              <strong>对不起,密码错误...</strong> 
            <p align="left" style="margin-top: -2">&nbsp;
    <table border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="100%"><form name="password1"><div align="center"><center><p><strong>请输入密码: </strong><input
          type="text" name="password2" size="8"><br/><input type="button" value="进入会员区" onClick="submitentry()"></p>
          </center></div>
        </form>
        </td>
      </tr>
    </table> 其中alert(t3.charAt(i) + "=" + pass[phase1+Math.round(Math.sin(Math.PI/2)-1)].charAt(i))是得到真正的密码为dvvgdvv,然后在var s5 = "dvvgdvv"中定义密码,通过它的testit函数来进行^运算找到每个字母对应的数字,for (i=(1&2);i<window.max(Math.LOG10E);i++)
    t4+=testit(s5.charAt(i))
    alert(t4);
    其中t4就是应该输入的密码,这个加密的过程很无聊,很容易就被破掉。