Description
Derive cryptographic keys from passwords with a faster PBKDF2 implementation. It helps Python applications perform password-based key derivation or compatibility work where PBKDF2 is required.
This is security-sensitive cryptographic code. Iteration counts, salts, algorithm choices, and upgrade paths matter; do not lower parameters just for speed when protecting passwords or encryption keys.