Skip to content

dandibaroes/Hashing-Password-Using-Thread-Model-and-UDP-Communication-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashing-Password-Using-Thread-Model-and-UDP-Communication-Method

Using Thread Method and UDP Communication Method for Hashing Password

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

  • To get the result
  1. Run server.py
  2. After that, run client.py
  3. Input password
  4. Get the result

Prerequisites

What things you need to install the software and how to install them

  1. socket

pip install socket

  1. hashlib

pip install hashlib

  1. threading

pip install threading

  1. logging

pip install logging

  1. multiprocessing

pip install multiprocessing

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

About

Using Thread Method and UDP Communication Method for Hashing Password

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages