23 tools in this category

Security Tools

The security tools help with practical, everyday tasks: generating strong passwords, passphrases, PINs, and tokens; computing hashes and checksums; and inspecting things like JWTs. They run locally using the browser’s cryptographic random source where randomness matters, and they are honest about their limits — none of them claims unbreakable or guaranteed security, because no tool can.

What this category covers

This category covers generation of secrets and random values, hashing and checksums, and inspection utilities for credentials such as JWTs. The emphasis is on sound defaults and honest explanations rather than security theatre.

Common use cases

  • Creating a strong, unique password for a new account
  • Generating a memorable passphrase for a password manager
  • Computing a SHA-256 checksum to verify a download
  • Inspecting a JWT’s claims while debugging authentication
  • Producing a cryptographically secure token for testing

Best practices

  • Favour length over complexity; a longer passphrase usually beats a short string full of symbols.
  • Use a unique password for every account and store them in a password manager.
  • Treat crack-time estimates as rough guides, since they depend on assumptions about attacker speed.
  • Do real password hashing on the server with a purpose-built algorithm; browser tools are for learning and testing.
FAQ

Frequently asked questions

They are drawn from the browser’s cryptographic random source and never leave your device. As with any password, store it in a manager and do not reuse it.
No. Hashing is one-way — you cannot reverse a hash back to the input. Encryption is reversible with a key. Passwords should be stored using a slow, purpose-built hash, not plain encryption.
No. Decoding or inspecting a JWT reads its contents but does not check the signature. Always verify signatures server-side before trusting a token.
No. That phrase is marketing, not a standard. These tools use well-established algorithms and explain their limits honestly rather than making absolute claims.
Install Toolisco Add it to your device for offline, one-tap access.