Skip to content

shellcromancer/GoCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoCracker

This is a password cracker that generates all possible passwords of length k and does brute force hashing to find the correct entry. The currently supports MD5-Crypt hashing & is implemented with the producer-consumer concurrency model.