Algoritmo
HS256
Decodifique um JWT em uma visualizacao legivel para revisar header, claims e expiracao sem verificar a assinatura.
Status
HS256
Algoritmo
HS256
Tipo
JWT
Assunto
ggotem-user-123
Emissor
gogotem.com
Publico
tool-directory
Emitido em
1 de jan. de 2024, 00:00
Valido a partir de
1 de jan. de 2024, 00:00
Expira em
1 de jan. de 2030, 00:00
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "ggotem-user-123",
"name": "Gogotem Demo",
"iss": "gogotem.com",
"aud": "tool-directory",
"iat": 1704067200,
"nbf": 1704067200,
"exp": 1893456000
}Assinatura
signature-not-validated
Esta ferramenta apenas decodifica a estrutura do token. Ela nao verifica a assinatura.
The tool reads the JWT header and payload with Base64URL decoding so you can inspect claims such as alg, iss, sub, aud, iat, nbf, and exp quickly.
No. It helps you inspect the structure, but trust and authenticity require signature verification elsewhere.
Yes. If the segments are valid Base64URL, the header and payload can be decoded for inspection without verifying the signature.
Continue explorando
Abra ferramentas da mesma categoria e outras opcoes populares dentro do Gogotem.