Basic local authentication system.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project is to further my knowledge in python, learn more complex way to code a project trying to cover all area's of bugs. this is a basic local authentication system that enforces password requirements, enhances security through salting (adding random characters), and employs MD5 hashing for password encryption.
add-ons/plugins acknowledgements
These are the steps and prerequistes to run the program
- Python3
- go to where you downloaded main.py (Make sure Login.py is in the same folder)
- open cmd
- enter:
python3 main.py
- Base Logic
- Create users
- Store user and password locally
- add encryption
- add password salts(add random characters) to the password
- split function into a diffirent file (make the code look cleaner)
- Gui integration with Tkinter
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt for more information.
Joel Diaz - @joeldiazkurt - joeldiaz2000@hotmail.com
Project Link: https://github.com/joKid21/secure-local-login
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!