JWT Decoder
Parse JWT headers, payloads, and signatures
Dev & DebugSecurity
Base64 Codec
Encode and decode text to/from Base64
Dev & Debug
URL Codec
URL encoding and decoding
Dev & Debug
HTML Entity Codec
Convert between HTML special characters and entities
Dev & Debug
Hash Generator
Calculate MD5, SHA-1, SHA-256, SHA-512 hashes
SecurityDev & Debug
AES Encryption
AES encryption and decryption using Web Crypto API
Security
HMAC Generator
Generate HMAC hashes with a secret key
Security
RSA Encryption
Asymmetric encryption using RSA public keys
Security
Bcrypt Generator/Verifier
Generate Bcrypt hashes and verify passwords against hashes
Security
X.509 Certificate Parser
Parse SSL certificates in PEM format to view details
SecurityDev & Debug