• php rsa加密算法

    python的rsa加密代码翻译成php import rsa def get_encrypted_pw(self,password,nonce,servertime,pub_key): rsa_e = 65537 #0x10001 pw_string = str(servertime) + '\t' + str(nonce) + '\n' + str(password) key = rsa.PublicKey(int(pub_key, 16), rsa_e) pw_encypted = rsa.encrypt(pw_string, key) passwd = binascii.b2a_hex(pw_encypted) return passwd

    5
    697
    1KB
    2018-03-06
    45
  • PHP中文分词扩展 SCWS

    PHP中文分词扩展 SCWS,可以在windows7下vs2012中编译出来的,支持php5.6.x zts版

    4
    319
    39KB
    2018-01-23
    19
  • lua curl(lcurl)for windows

    win7下载编译好的一个lua模块lcurl.dll 其中外部4个dll放到lua.exe同级目录,clibs里面的东西,放置到lua相应的clibs目录下面即可使用

    4
    461
    1.44MB
    2017-12-26
    23
  • Catalyst入门教程.pdf

    Catalyst入门教程

    0
    161
    300KB
    2007-08-17
    21
关注 私信
上传资源赚积分or赚钱