Skip to content

bytesenseidk/Login-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-System

Login application with password encryption

Description

Login Application & User Management system written in Python. Users are stored on a SQLite3 database with Argon2 hashed passwords, all displayed in a PyQt5 GUI.

  • Login

    • Simple login screen.
    • Verifies login data in database.
  • Sign Up

    • Simple sign up screen.
    • Validates username & password criteria.
    • Checks for duplicate username under registration.
    • Encrypts password.
    • Saves data to database.

image

Authors

Byte Sensei

Version History

  • 0.1:
    • Initial build
  • 0.2:
    • PyQt5 GUI Integtation

Licence

This project is licenced under the Mozilla Public License 2.0 - see the LICENCE for details

About

Login application with password encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages