JWTstandard, base64url, enhanced
Passwordscustom length and exclusions
HashesSHA-1, SHA-256, SHA-384, SHA-512
ExtrasUUID v4/v7, ULID, salts, API keys, TOTP

JWT Secret Keys

Generate secrets for HS256, HS384, HS512, and app signing workflows.

Output

512 bits at 64 bytes

JWT Signer

Build HS256, HS384, or HS512 tokens from local JSON and a secret.

JWT Output

QR appears after signing.

JWT Decoder

Decode token header and payload without sending it anywhere.

Decoded JSON

Secure Passwords

Create passwords with required character groups, exclusions, and readable alternatives.

24 characters

Output

Estimated entropy updates after generation

Secret Strength Analyzer

Estimate entropy, detect character groups, and flag common risks.

Analysis

Paste a value to estimate strength

HMAC Generator

Create keyed message signatures with SHA-256, SHA-384, or SHA-512.

Crypto Output

Generate a QR code from any text below.

Key Pair

RSA-PSS or ECDSA public/private keys.

QR Code

Render text or a generated token as QR.

Export Format

Convert generated lines to JSON, YAML, CSV, or .env.

Text Transform

Base64, Base64URL, hex, and URL encode.

Encryption Keys

Create AES-sized keys as hexadecimal, Base64, Base64URL, or byte arrays.

Output

AES-GCM commonly uses 256-bit keys with 96-bit IVs.

UUIDs & Random Strings

Generate UUID v4/v7, ULID, MongoDB ObjectID, Snowflake, NanoID, slugs, PINs, and URL-safe values.

Output

Hash Generator

Hash text with SHA algorithms and optional salt placement.

Output

SHA-1 is included for compatibility, not for new security-sensitive designs.

Salt Generator

Hex, Base64, or Base64URL salts.

API Tokens

Bearer, sk, pk, and custom prefixes.

TOTP Secret

Base32 authenticator secrets.

.env Bundle

A ready set of common app secrets.

Advanced Output

Ready