Strong password generator, cryptographic hash tools, SSL, and JWT inspector
Generate cryptographically secure, uncrackable random passwords with custom entropy rules.
Compute MD5, SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 cryptographic hashes in real time.
Decode and inspect JSON Web Tokens (JWT) client-side to examine Header, Payload, and expiration status.
Decode and verify Certificate Signing Requests (CSR) to inspect Common Name, Organization, and key size.
Generate self-signed SSL certificates and RSA private keys (PEM format) client-side for local development.
Check SSL certificate expiration date, remaining valid days, issuer, and domain coverage from PEM.
Generate secure .htpasswd credentials for Apache and Nginx HTTP Basic Authentication (SHA-1 & MD5).