Skip to content

Q00R/sha256-password-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sha256-password-cracker

This is a simple password cracker that uses a dictionary attack to crack a password that has been hashed using the SHA256 algorithm. The program takes in a password hash as input and outputs the password if it is found in the infamous *rockyou.txt password wordlist. The program is written in Rust.

Usage

To run the program, you must have Rust installed. You can install Rust here.

get your password hash.The password hash must be a SHA256 hash and lowercase. You can get a SHA256 hash of a password here.

Once you have your password hash and rockyou.txt, put rockyou.txt in src folder. then run the following command in the terminal:

cargo run <password hash>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages