Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 457 Bytes

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