Program to validate passwords. When password is validated successfully, Leaked module is used to verified that SH1 hash of password are leaked. If not, passwords positively verified are saved to file.
Password are read from file passwords.txt -> Verification -> saved in to files:
- weak_passwd.txt -> info what is wrong with password
- good_passwd.txt -> info which passwords are safe
Module PasswdValidator can be used separately with You program.