Python script to audit and enforce password policies using YAML configuration.
This script checks a list of passwords against a configurable YAML policy and outputs a report on compliance.
- Minimum length
- Requires uppercase, lowercase, number, and symbol
python password_checker.py passwords_sample.txt policy_config.yaml outputs/results.csv