WINDOWS AUTHENTICATION APP
A simple authentication app made with Python. The app generates a random password at each startup. The generated password is sent to my phone using Pushbullet API. The user is then blocked with a Tkinter interface that asks for the password.
Various keyboard keys are blocked during this process to avoid exiting the app. Once the correct password is typed the app closes and the user can use the pcto his heart's content.
I should mention that currently the app has some backdoors and is only made to work on pc with full-size keyboard (with numeric keypad).
I am satisfied with this version because I think for a random user that doesn't know code they shouldn't be able to find out about the backdoors, plus I only created the app to annoy my little brother :p