| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2019-04-02 |
|
[32efb1] updated .gitignore |
| COPYING | 2019-03-23 |
|
[115236] initial commit |
| README.md | 2019-04-02 |
|
[717e27] updated README |
| convert_design.sh | 2019-03-23 |
|
[009571] main features implemented |
| main.py | 2019-03-28 |
|
[7a6f84] added builds |
| pwnCheck.ui | 2019-03-28 |
|
[7a6f84] added builds |
| pwnCheck_v1.png | 2019-04-01 |
|
[5ac16f] removed builds |
| qtGUI.py | 2019-03-28 |
|
[7a6f84] added builds |
| qtGUI.pyc | 2019-03-28 |
|
[7a6f84] added builds |
This program is graphical user interface for checking pwned passwords, it's writen with python and pyQT4.
Program calculates password hash and then finds all prefix matches from https://api.pwnedpasswords.com,
then full hash match is found localy on users machine.
NOTE: currently there are no support for proxies.

You can download prebuild packages from sourceforge. Executables were made with pyinstaller.
| Link | Tested |
|---|---|
| pwnCheck_v1.0_amd64.exe | Windows 10 Windows 7 |
| pwnCheck_1.0_amd64.deb | LinuxMint 19 Ubuntu 18 |
Install dependencies and run main.py.