Skip to main content

sha1_cracker - Project by Kushagra Sharma

Less than a minute84 words216 views
sha1_cracker
README.md84 lines

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.

comments0 comments

Loading comments...

© 2026 Kushagra Sharma (TheDarkArtist)

https://www.thedarkartist.in/projects/sha1-cracker