Skip to content
Categories
🔒 Security
Security-related tools such as JWT and hashing
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hash values from text.
Generate a JWT from a header, payload, and secret.
Validate a JWT's format, expiration, and signature.
Generate an HMAC from a message, secret, and algorithm.
Generate an HTTP Basic Authentication Authorization header from a username and password.
Generate and verify time-based one-time passwords (TOTP) from a Base32 secret.
Encrypt and decrypt text with AES-GCM using a passphrase.
Generate an RSA public/private key pair in PEM format.
Generate a bcrypt hash from a password or other text, and verify it against an existing hash.
Check the strength of a password on a 5-level scale and get improvement tips.