Login application with password encryption
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.
- 0.1:
- Initial build
- 0.2:
- PyQt5 GUI Integtation
This project is licenced under the Mozilla Public License 2.0 - see the LICENCE for details