xros/py_django_crack
Crack the django password on the way. By default Django use pbkdf2 and sha256 method to encrypt user's password. Once get the password stored in the database table, you need to compare it with others if brute force cracking. It is recommended that you use hash table comparison. The tool 'rainbow crack' can generate rainbow hash tables while another tool 'hashcat' brute-force cracks password from a dictionary alive. Because django uses PBKDF2(Password-Based Key Derivation Function), it would take too long to generate a password.
lepture/authlib
The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
xros/py_django_cracklepture/authlib
Project
Python@LanguagePython
Django FrameworkDjango
29 Stars4177
10 Forks406
UtilitiesCategoryUtilities
SecuritySub CategorySecurity
2019-07-04Pushed at2024-02-28
MIT LicenseLicenseBSD 3-Clause "New" or "Revised" License