A high-performance, C-based security tool designed to analyze and visualize password resilience against modern brute-force attacks. This program calculates the total number of possible combinations and estimates the exact theoretical time required for a hacker system to breach the password.
The calculator operates under the cybersecurity "Worst-Case Scenario" rule, assuming the attacker knows the exact length and character types used:
- Attack Speed: 1,000,000,000,000 (1 Trillion) guesses / second
- Complexity Handling: Automatically adjusts calculations based on the password's character pool size (numbers, lowercase, uppercase, and special characters) and detects them auto.
This project is developed solely for "EDUCATIONAL PURPOSES" and to "RAISE CYBERSECURITY AWARENESS". Distributed under the GNU GPLv3 License. See the LICENSE file for details.