Skip to content

Calling all security enthusiasts and Rust aficionados! Witness the speed and precision of Rust as it takes on the challenge of cracking SHA1 hashes. This project is a testament to Rust's capabilities in crafting efficient and secure tools for the security community.

Notifications You must be signed in to change notification settings

DannyIRUMVA/sha1_cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA1 cracker

Usage

# sha1_cracker <wordlist.txt> <sha1_hash>
# for example
$ sha1_cracker wordlist.txt 7c6a61c68ef8b9b6b061b28c348bc1ed7921cb53
# or
$ sha1_cracker wordlist.txt 95401a269a87015f41c501aa2bfff8428713b848

Run

$ cargo run -- wordlist.txt 7c6a61c68ef8b9b6b061b28c348bc1ed7921cb53

Build

$ cargo build

About

Calling all security enthusiasts and Rust aficionados! Witness the speed and precision of Rust as it takes on the challenge of cracking SHA1 hashes. This project is a testament to Rust's capabilities in crafting efficient and secure tools for the security community.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published