Category

Crypto & Security (11 tools)

Software engineers, system administrators, and security specialists regularly need to inspect tokens, generate cryptographic keys, and verify secure hashes during development. This collection of 11 crypto and security utilities covers essential tasks such as symmetric encryption, token inspection, and key creation. If you are debugging API authentication, use the JWT decoder to verify payload claims. When storing credentials or validating data integrity, choose between the Bcrypt hash generator, HMAC calculator, or AES cipher. To select the appropriate utility, identify your exact layer of security, whether that means generating asymmetric RSA key pairs, evaluating password complexity, or encoding cryptographic signatures.

Tools in this category

FAQ

What cryptographic operations can I perform here?

You can decode JSON Web Tokens, generate secure RSA key pairs, create Bcrypt and HMAC hashes, encrypt text using AES ciphers, and test password strength.

Can I test the security tools without an account?

Public tools can be tried without an account; current guest and account limits are shown by the site.

What happens to the sensitive strings and keys I enter?

Inputs are used solely to run the selected tool and generate your requested output. Depending on the algorithm, processing occurs in your browser or through backend services.

Which utility should I use to inspect an authorization header?

Use the JWT Decoder to paste your token string and immediately inspect the header parameters, claims payload, and signature format.