/Login-System

Login application with password encryption

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

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