weibo.com.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:fuck-login 作者: xchaoinfo 项目源码 文件源码
def get_password(password, servertime, nonce, pubkey):
    rsaPublickey = int(pubkey, 16)
    key = rsa.PublicKey(rsaPublickey, 65537)  # ????
    message = str(servertime) + '\t' + str(nonce) + '\n' + str(password)  # ????js???????
    message = message.encode("utf-8")
    passwd = rsa.encrypt(message, key)  # ??
    passwd = binascii.b2a_hex(passwd)  # ????????16???
    return passwd
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号