simple_predefined_brute-force-password-cracker

A Python brute-force password cracking script using itertools to generate all possible character combinations. It attempts to match the target password and tracks the number of attempts, printing progress every 100,000 tries. Ideal for understanding brute-force techniques and itertools usage.

// repository documentation