Decode PEM-encoded X.509 certificates. View subject, issuer, validity dates, fingerprint, and signature algorithm. Essential for SSL/TLS debugging.
PEM (Privacy Enhanced Mail) is a base64-encoded format for certificates and keys, typically wrapped with -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.
JWT Decoder
Decode and inspect JSON Web Tokens (JWT). View header, payload, and verify signature.
Base64 Encoder/Decoder
Encode text to Base64 or decode Base64 to text. Support for UTF-8 and binary data.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Secure hash calculator for developers.
JSON Formatter
Format and beautify JSON data with proper indentation. Validate JSON syntax and make it readable.