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.

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.