Skip to content

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.

Notifications You must be signed in to change notification settings

AnomaliScript/tkinter-secure-login

Repository files navigation

tkinter-secure-login

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

Looking for documentation?

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

Sample Login Tests

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'

Create an "Account"!

Don't worry, I didn't make it so that every account was hard-coded, I made a "Create an Account" feature.

What's with the Statuses?

I based them off the mafia hierarchy just because (I just finished rewatching JJBA Golden Wind)

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published