Expand description
Password strength calculation using zxcvbn with cipher context.
This module implements password strength scoring with cipher-specific context (username/email) to penalize weak passwords.
Functionsยง
- calculate_
password_ ๐strength - Calculate password strength with cipher-specific context.
- extract_
user_ ๐inputs - Extract meaningful tokens from username/email for password penalization.