
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 i

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 i

Ever needed a quick way to grab your local IP address and copy it to the clipboard? This Rust-based tool does just that. It fetches your machine's local IP address and copies it to the clipboard using
EOF - End of #Rust projects