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

Appearance settings

toreroo/Client-Server-Passwod-Authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password based authentication

Privacy oriented Client-Server program which will facilitate a client to register itself to the server. A server should keep a table of user-hash (password) entry for each user.

In this fork, unlike the main version, no password is sent in clear text.

This program registers user with username, password and stores password hash in dictonary. Also, when a user tries to login, password validation occurs.

Python, Socket programming

IMPLEMENTATION (python3)

SERVER: socket with multithreading

CLIENT: socket

HASH: SHA256 (using pythons hashlib)

INPUT (client side)
1. Username
2. Password
OUPUT
1. Registeration successful: new user
2. Connection successful: password correct
3. Login failed: password incorrect

Hash table: Contains User and Password. It is implemented using python Dictionary data structure

About

Privacy oriented client-server basecode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.