Skip to content

hgarc014/passwordCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

passwordCracker

Generate crypt hash by running the following command

openssl passwd -1 -salt my_salt your_pass

compile main as g++ main.cc -lcrypt -pthread

run as

./a.out <my_salt> <hash> <max # characters> <max # threads>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages