Security
Generate secure credentials and test security protocols with tools like HMAC, JWT, and CSRF token generators.
HMAC Generator
Generate Hash-based Message Authentication Codes (HMAC) using various algorithms like SHA-256 and MD5.
JWT Decoder
Decode JSON Web Tokens (JWT) to view their header, payload, and signature components without the secret.
JWT Generator
Generate JSON Web Tokens (JWT) for testing purposes by defining custom headers, payloads, and secrets.
SSL Certificate Decoder
Decode SSL/TLS certificates to view their details, including issuer, expiration, and public key info.
Token Generator
Generate secure, random tokens, passwords, or API keys with custom lengths and character sets.
UUID Generator
Generate unique version 4 UUIDs (Universally Unique Identifiers) in bulk for your database and code.