# Password Crackulator
Calculate the time of a bruteforce attack
https://crack.securityops.co
Cristian Cezar Moisés ad99a66102 | ||
---|---|---|
assets/css | ||
LICENSE | ||
README.md | ||
_config.yml | ||
index.html |
README.md
Crackulator
Password Crack Calculator
Calculate the time required for a brute-force attack based on password complexity.
Features
- Estimate cracking time based on password length and character set.
- Evaluate the security of passwords against common attack methods.
- User-friendly interface for easy input and visualization of results.
Installation
To install Crackulator, clone the repository and run the application:
git clone https://git.securityops.co/crackulator
cd crackulator
python3 -m http.server 8000