Cybersecurity Calculators
Brute Force Attack Time Calculator
Estimate how long a brute-force attack would take to guess a password based on its length, character classes, and an assumed guess rate.
Credential Stuffing Success Rate Calculator
Estimate how many accounts could be compromised in a credential stuffing attack based on leaked credential volume and password reuse rates.
CVSS Score Calculator
Calculate a CVSS v3.1 base score and severity rating from Attack Vector, Complexity, Privileges, Scope, and CIA impact metrics.
Data Breach Cost Calculator
Estimate total data breach cost by multiplying records exposed by an adjustable average cost per record, defaulting to a $165 industry benchmark.
DDoS Attack Bandwidth Calculator
Estimate total volumetric DDoS attack bandwidth from botnet size and per-bot bandwidth, and compare it against a target's capacity.
Dictionary Attack Time Calculator
Calculate the average and worst-case time to exhaust a password dictionary attack given wordlist size and attempt rate.
Encryption Key Length Calculator
Calculate the total keyspace for an encryption key length in bits and estimate brute-force time at a given guess rate, with AES key comparisons.
Firewall Rule Calculator
Calculate total and usable IPv4 addresses for any CIDR prefix length, with a reference table covering common subnet sizes from /16 to /32.
Hash Generator
Generate MD5, SHA1, SHA256, or SHA512 hash digests from any text input, with a comparison of digest length and cryptographic status per algorithm.
Mean Time To Detect (MTTD) Calculator
Calculate Mean Time To Detect (MTTD) for a security incident from the incident start time and detection time.
Mean Time To Respond (MTTR) Calculator
Calculate Mean Time To Respond (MTTR) for a security incident from detection time to resolution time.
Password Entropy Calculator
Calculate password entropy in bits from length and character classes using the Length x log2(Charset Size) formula, with a reference entropy table.
Password Strength Calculator
Rate a password as Weak, Fair, Good, or Strong based on its calculated entropy in bits, using fixed thresholds and character class analysis.
Phishing Simulation Click Rate Calculator
Calculate the click rate percentage from a phishing simulation campaign and see how it compares to industry benchmarks.
Port Scan Duration Calculator
Calculate how long a network port scan will take based on the number of ports, hosts, and scan rate.
Security Awareness Training ROI Calculator
Estimate the expected annual savings and ROI from security awareness training based on breach cost and probability reduction.
SSL Certificate Expiry Calculator
Calculate days and weeks remaining until an SSL/TLS certificate expires and get a renewal urgency assessment.
Two-Factor Authentication Time Calculator
Calculate total login time and the extra seconds added by two-factor authentication, combining password, code entry, and wait time.
VPN Bandwidth Calculator
Calculate effective VPN throughput after protocol overhead using Raw Bandwidth x (1 - Overhead %), with a comparison across overhead levels.
WiFi Password Crack Time Calculator
Estimate the average time to crack a captured WPA/WPA2 WiFi handshake based on password length, character set, and cracking speed.
Security Measured in Numbers, Not Guesses
Security decisions — password strength, encryption key length, breach cost exposure — are far more quantifiable than most people realize. These ten calculators put real numbers behind common cybersecurity questions.
How Password Length Changes Crack Time
| Password Type | Estimated Crack Time |
|---|---|
| 8 characters, lowercase only | Minutes to hours |
| 8 characters, full character set | ~8 hours |
| 12 characters, full character set | Tens of thousands of years |
Length matters more than most people assume — each additional character multiplies the total possible combinations rather than adding to them, which is why the jump from 8 to 12 characters changes the outcome so dramatically. Check your own password with the Password Entropy Calculator.
Worth knowing: these estimates model an offline brute-force attempt against a stolen password hash, the realistic worst case — live login attempts against a real server are usually far slower due to rate limiting and account lockout policies.
Popular Cybersecurity Calculators
- CVSS Score Calculator — calculates a standardized vulnerability severity score from its exploit characteristics.
- Data Breach Cost Calculator — estimates financial impact of a breach based on records exposed and industry.
- Encryption Key Length Calculator — compares key lengths across encryption algorithms for equivalent security levels.
Related: Technology Calculators, Data Science Calculators.