Free Security Tools
Free security tools to generate strong passwords, score password strength, hash text with MD5/SHA, decode JWTs, calculate chmod values, and clean tracking parameters from URLs.
How to choose the right tool
Security tools are for everyday checks and transformations: passwords, hashes, tokens, permissions, and safer URLs.
Security tools may use plain text, passwords, JWT strings, Unix permission bits, hashes, or URLs.
Choose by need
- Use password tools for generating or checking account credentials locally.
- Use hash, JWT, and chmod tools when inspecting developer or server values.
- Use URL cleaners when sharing links without tracking parameters.
Common tasks
- Generate a long password for a new account.
- Hash text with SHA-256 for a comparison.
- Remove UTM and click-tracking parameters from a URL.
Choose a tool and get an instant result
BlinkCalc tools are designed to be fast, practical, privacy-conscious, and easy to understand. Many tools process inputs directly in your browser; tools that need a remote request explain that processing on their page.
Password Generator
Generate strong, random passwords with custom length and character settings.
Password Strength Checker
Analyze any password: strength score, crack time estimate, and improvement tips.
Related categories
Math
Use free online math calculators for percentages, fractions, statistics, geometry, equations, number tools, grades, and date calculations.
Finance
Plan loans, savings, investments, salaries, taxes, retirement, budgets, interest, and mortgage payments with free finance calculators.
Health
Calculate BMI, calories, macros, heart rate zones, pregnancy dates, hydration, fitness metrics, body composition, and wellness estimates.
Converters
Convert length, weight, temperature, area, volume, speed, time, energy, data storage, and other common measurement units online.
Date & Time
Free date and time tools to convert Unix timestamps, calculate the difference between dates, count down to a deadline, switch time zones, and convert military time.
Everyday
Practical everyday calculators for paint coverage, concrete and gravel volumes, electricity costs, wind chill, heat index, fuel cost, ABV, and more.
Frequently asked questions
Is it safe to check my password here?
Yes. The password strength checker runs locally. Your password is never transmitted, and we don't even store it in browser history.
How strong should a generated password be?
For most accounts, 16 characters with a mix of upper case, lower case, numbers, and symbols is plenty. For master passwords, 20+ characters is safer.
Can I rely on these tools for production secrets?
The generators use the browser's cryptographically secure random source (crypto.getRandomValues), so the entropy is suitable for production use.