Skip to content

A password cracker using distributed system for solving brute force time consuming problem.

Notifications You must be signed in to change notification settings

tungts1101/DistributedPasswordCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Password Cracker

A system consists of 3 parts

  • A server: gets request from requester and distributes job to workers

  • A requester: requests server to solve a hash password

  • A worker: solves hash password

System usage

Clone Project

$ git clone [email protected]:helloworld1101/DistributedPasswordCracker.git

Server Usage

$ ./bin/server

(Type -h for helper menu)

Requester Usage

$ ./bin/requester <server-addr> <server-port>

Worker Usage

$ ./bin/worker <server-addr> <server-port>

Type JOIN to join the network

About

A password cracker using distributed system for solving brute force time consuming problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published