JWT decode, password tools
Decode JSON Web Tokens to inspect header, payload, and expiration without a secret key.
Generate secure random passwords with crypto.getRandomValues. Length 8–64, customizable chars.
Analyze password strength with entropy calculation, crack time estimate, and improvement suggestions.