A TheDarkArtist's Project
read more at https://www.thedarkartist.in/projects
sha1_cracker
This Rust program attempts to crack a given SHA-1 hash by comparing it against hashes of words from a provided wordlist. It reads a wordlist file, computes the SHA-1 hash for each word, and compares it to the target hash. If a match is found, it prints the corresponding word (password).
If you can't tell what this is or why this is i can't blame you, it's just simply an attempt at learning rust. A nice program which does what it's intended to do.
Created At
Tue, Jun 24, 2025
Last Updated at
Tue, Jun 24, 2025
Project Tags
- Rust
- SHA-1
Average Reading Time
Less than a minute | 84 Words