Ch1ngg / JWTPyCrack

JWT 弱口令 Key 爆破以及生成 NONE 加密的无 Key 的 JWTString
GNU General Public License v3.0
237 stars 27 forks source link

经过测试发现pip3 install pyjwt==1.6.4 最为稳定 #3

Open fanyibo2009 opened 3 years ago

fanyibo2009 commented 3 years ago

经过测试发现pip3 install pyjwt==1.6.4 最为稳定 image

卸载所有的jwt包 pip3 uninstall pyjwt pip3 uninstall jwt 重新安装jwt pip3 install pyjwt==1.6.4 --user -i https://pypi.douban.com/simple

Ch1ngg commented 3 years ago

Nice! 非常感谢