RS384
What this is
RS384 swaps SHA-256 for SHA-384. Issuers pick it for hash policy, not because RS256 is broken. Enterprises that standardized on SHA-384. Verify with the matching JWKS alg.
Open the decoder and paste a RS384 token. Verification stays in the browser.
FAQ
- Can I verify an RS384 token as RS256?
- No. The digest is part of the signature input. Wrong alg → invalid signature, which is what you want.