# Cargo
cargo install jwt-hack
# Brew
brew tap hahwul/jwt-hack
brew install jwt-hack
JWT-HACK is a CLI tool for analyzing JSON Web Tokens (JWTs). It supports encode
, decode
, verify
, crack
, and payload
modes to help you analyze JWTs and discover security vulnerabilities.
-
2020.10Started as my personal project with golang
-
2025.06Released v2, migrated from Go to Rust