diff --git a/have_I_b33n_pwned.py b/have_I_b33n_pwned.py index c9836de..848cf0a 100755 --- a/have_I_b33n_pwned.py +++ b/have_I_b33n_pwned.py @@ -1,7 +1,8 @@ #!/usr/bin/env python3 -# Gitea config tool -# Some useful bash functions to make things easier. +# have_I_b33n_pwned.py +# Check if your password (hash) appears in the leaked password database +# of haveibeenpwned.com # # Copyright (C) 2019 willipink.eu # Author Moritz Münch moritzmuench@mailbox.org