Skip to content

A program that takes a wordlist and uses it to crack sha1 hashes. Programmed in Rust.

Notifications You must be signed in to change notification settings

paperboygold/sha1_cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sha1_cracker

A program that takes a wordlist and uses it to crack sha1 hashes. It is programmed in Rust.

This is derived from the book Black Hat Rust by Kerkour https://github.com/skerkour/black-hat-rust

Usage

Usage: sha1_cracker <hash> <wordlist>

Example

sha1_cracker 1234567890123456789012345678901234567890 dictionary.txt

About

A program that takes a wordlist and uses it to crack sha1 hashes. Programmed in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages