/Go-Hashcracker

This Go repository implements a hash cracking tool inspired by Black Hat Go book. It leverages Go's concurrency features to perform brute-force attacks on a given hash value using a wordlist file. By using multiple goroutines, the tool significantly improves the cracking process efficiency.. It's a valuable tool to learn Go's concurrency feature

Primary LanguageGo

Stargazers