checkpwd package

Submodules

checkpwd.check_pwd module

checkpwd.check_pwd.check_pwd(pwd)

Check if the given passwpord has been breached online. The password is basically checked in the pwnedpasswords website.

Parameters

pwd (str) – Password

Returns

hashpwd password in has count the number of appearance

Return type

tuple

checkpwd.run module

checkpwd.run.splash()

Splash pwnedcheck logo and information.

checkpwd.run.main()

Function that fetchs the password given by the user from the command line using getpass. The password is then checked on HaveIBeenPwned.

Module contents