ON THIS PAGE


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.

No comments available.