# Password Crackulator Calculate the time of a bruteforce attack https://crack.securityops.co
 
 
Go to file
Cristian Cezar Moisés 117da079ea Upload files to "assets/css" 2024-09-28 01:13:11 +00:00
assets/css Upload files to "assets/css" 2024-09-28 01:13:11 +00:00
LICENSE Initial commit 2024-09-28 01:05:06 +00:00
README.md Update README.md 2024-09-28 01:12:26 +00:00
_config.yml Upload files to "/" 2024-09-28 01:12:54 +00:00
index.html Upload files to "/" 2024-09-28 01:12:54 +00:00

README.md

Crackulator

Password Crack Calculator

Calculate the time required for a brute-force attack based on password complexity.

Password Crack Calculator

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