Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 353 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 353 Bytes

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