My take on a Python Secure Login System. I plan to use my YubiKey as one way to authenticate the user, as well as having a "guest" mode, which will require proper authorization in order to separate what each different login will have access to in the app.
Download the latest release and run the program
Or, run from code:
- Clone this repo
- Run:
pip install -r requirements.txt
I placed my documentation for this project in my GoogleSite portfolio, feel freee to check it out! https://sites.google.com/view/brandons-hs-portfolio/summer-2025/ctk-secure-sign-in-simulator
You can test using these logins within my app, and they're hard-coded (username, password):
'Regnarts' : 'Vh2@Ay%mO'
'Pumpkin' : 'EOI2w*E5q'
'Diligent' : '$qGYzn9Ax'
'Joe' : '#H0FClkZu'
'Issac' : '79Rx@TJ!U'
Don't worry, I didn't make it so that every account was hard-coded, I made a "Create an Account" feature.
I based them off the mafia hierarchy just because (I just finished rewatching JJBA Golden Wind)