

Then, click the encode button (the one with the left-pointing arrow). If you're using a symmetric algorithm, specify the password-based key parameters, or the direct key. (With this second option you need to specify a kid or x5t field in the JWT header). If you're using an asymmetric algorithm, paste in your PEM-formatted public key into the box labeled "Public Key", or paste a JWKS into that box. Set or paste the payload and the header in the boxes on the right hand side. create: First, select the "encrypted" variant in the dropdown.Then click the verify button (the button with the checkmark icon). The keys and passwords never leave your browser.
JWT ONLINE DECODER PASSWORD
If using PBES2, key in your password and the salt and iteration count. decrypt and verify: after pasting in the encrypted JWT, if you are using an RSA algorithm, paste in your PEM-formatted (PKCS#8) private key.The payload is encrypted, so it cannot be decoded without the private key. The header will be decoded and displayed in the appropriate box. decode: paste in the encrypted JWT in the box on the left-hand side.Then, click the encode button (the leftward pointing arrow). Set the payload and the header in the boxes on the right hand side, and paste in your key: either a PEM-formatted (PKCS#8) private key for asymmetric algorithms, or the symmetric key for symmetric algorithms. create: First, select the "signed" variant in the drop down.Or, if you're using a symmetric algorithm, specify the symmetric key.įinally, and click the verify button (the one with a checkmark icon).

