| wbond/oscrypto |
294 |
|
40 |
62 |
over 2 years ago |
24 |
March 18, 2022 |
16 |
mit |
Python |
| Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy |
| dlitz/python-pbkdf2 |
64 |
|
0 |
0 |
about 6 years ago |
1 |
October 24, 2018 |
4 |
|
Python |
| Python PKCS#5 v2.0 PBKDF2 Module |
| therealOri/Genter |
32 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
|
Python |
| A strong and customizable password generator made with python3! |
| mathiasertl/django-hashers-passlib |
15 |
|
0 |
0 |
about 4 years ago |
0 |
|
2 |
gpl-3.0 |
Python |
| Provide Django hashers for passlib hashes |
| Ayrx/python-fastpbkdf2 |
15 |
|
3 |
2 |
over 9 years ago |
2 |
December 29, 2016 |
1 |
other |
Python |
| Python bindings for fastpbkdf2 |
| uktrade/dit-clamav-rest |
15 |
|
0 |
0 |
over 2 years ago |
0 |
|
1 |
mit |
Python |
| A minimal ClamD REST interface |
| xros/py_django_crack |
14 |
|
0 |
0 |
almost 7 years ago |
0 |
|
1 |
mit |
Python |
| 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. |
| kudos/passwords |
8 |
|
6 |
0 |
almost 13 years ago |
4 |
May 25, 2013 |
0 |
isc |
Python |
| Passwords is a Python library with a standard and simple interface to cryptographic hashing functions for passwords |
| dsoprea/RijndaelPbkdf |
7 |
|
4 |
1 |
almost 6 years ago |
8 |
July 11, 2020 |
3 |
gpl-2.0 |
Python |
| Pure-Python Rijndael and PBKDF2 package. Python2 and Python3 compatible. |
| vattay/xso-ahs |
7 |
|
0 |
0 |
about 9 years ago |
0 |
|
0 |
|
Python |
| How to retrieve OSX 10.7+ SHA512 PBKDF2 hashes and a toy hash dictionary attack. |