Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

python019/login-system-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

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

AltStyle によって変換されたページ (->オリジナル) /