https://github.com/iam-py-test/password-check
Because everyone's password is just 'password'
https://github.com/iam-py-test/password-check
Last synced: 4 months ago
JSON representation
Because everyone's password is just 'password'
- Host: GitHub
- URL: https://github.com/iam-py-test/password-check
- Owner: iam-py-test
- License: cc0-1.0
- Created: 2021-11-12T12:18:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T18:36:03.000Z (over 3 years ago)
- Last Synced: 2025-01-06T21:43:33.909Z (6 months ago)
- Language: Python
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# password-check
Because everyone's password is just 'password'### Note:
Password-check is changing to a web-based tool at https://iam-py-test.github.io/password-check/website### About password-check
_password-check_ is a Python tool to get the strength of a password
### Use
- Option 1:
Download and run [src/check.py](https://github.com/iam-py-test/password-check/blob/main/src/check.py) via Python for use in the terminal
- Option 2:
Download and run [src/gui_check.py](https://github.com/iam-py-test/password-check/blob/main/src/gui_check.py) via Python for a graphical interface
- Option 3 (WindowsOS only):
Download and run [gui_check.exe](https://github.com/iam-py-test/password-check/blob/main/gui_check.exe). This does not require installation of Python#### IMPORTANT NOTE:
Windows Defender Smartscreen may block the file. It should be safe. Windows just warns about any unsigned file downloaded from the internet, and because I can not afford the time and money it takes to get a signing key, I have not signed it.
If you do not trust it, read over the source code in [src/gui_check.py](https://github.com/iam-py-test/password-check/blob/main/src/gui_check.py) and compile it via Pyinstaller yourself.
To continue, click _More info_:

Then click _run anyway_:

[Some antivirus/antimalware tools](https://www.virustotal.com/gui/file/c52ede3b99c7610c391fac5c89bc1883e4b3dc70228cc1b67b50db70f8a85b88?nocache=1) may flag it as malware. This is a false positive. If you do not trust it, either use the Python version, run it in a VM, or compile it yourself.