01Decode JWT tokens to inspect header/payload, check expiry, and create unsigned tokens for testing.
02Perform various hash operations (MD5, SHA, HMAC) and compare hash values.
03Generate secure passwords with configurable parameters and check password strength with entropy analysis.
04Encode and decode text using Base64, URL, HTML, Hex, or Binary with format auto-detection.
05Generate unique identifiers including UUID v4, Nanoid, ULID, CUID, and customizable random strings.
060 GitHub stars