login-system-python
login-system-python copied to clipboard
Security login system in Python
Login System in Python
Run
- python server.py (mac/ubuntu: python3 server.py)
- python client.py (mac/ubuntu: python3 server.py)
If you run the program for the 2nd time, change the localhost numbers
-
client.py

-
server.py

Libraries:
- sqlite3 (f: database)
- hashlib (f: hash passwords)
- socket (f: server)
- threading (f: functions)
Database