{"library":"pbkdf2","type":"library","category":null,"description":"The `pbkdf2` library provides a Python implementation of the Password-Based Key Derivation Function 2 (PBKDF2), as specified in RSA PKCS#5 v2.0. It is designed to derive cryptographic keys from a password and a salt, leveraging iterative hashing to increase the computational cost for brute-force attacks. The library's last release was in June 2011, and while functional, modern Python applications are generally advised to use the built-in `hashlib.pbkdf2_hmac` function, which offers better performance and active maintenance.","language":"python","status":"abandoned","version":"1.3","tags":["security","cryptography","password","hashing","pbkdf2","key-derivation"],"install":[{"cmd":"pip install pbkdf2","imports":["from pbkdf2 import PBKDF2","from pbkdf2 import crypt"]}],"homepage":"http://www.dlitz.net/software/python-pbkdf2/","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/pbkdf2/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0.01,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/pbkdf2/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}