Module password_strength

Source
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.