A Python application created to generate secure passwords and evalutate their strength levels. It aims to help users create safer credentials by combining cryptographically secure randomness with intuitive strength evaluation.
-
Secure Password Generation: Uses Python's Secrets module to create cryptographically secure passwords with randomness suitable for security- sensitive applications
-
Password Strength Evaluation: Implements a point-based scoring system that classifies passwords as Weak, Strong or Very Strong based on length and character complexity
-
Password Saving Functionality: Includes an optional saving feature that allows users to store generated passwords for later use