jwt-hack 2.5.0

Hack the JWT (JSON Web Token) - A tool for JWT security testing and token manipulation
Documentation
+++
title = "FAQ"
weight = 2
+++

Frequently asked questions about JWT-HACK.

## Content Coming Soon

This section is currently under development. Common questions and answers will be added here.

## Have a Question?

While this FAQ is being built, you can:

1. Check the [documentation]/get_started/introduction for detailed information
2. Review [examples]/usage/examples for practical use cases
3. Ask questions on [GitHub Discussions]https://github.com/hahwul/jwt-hack/discussions
4. Report issues on [GitHub Issues]https://github.com/hahwul/jwt-hack/issues

## Quick Answers

**Q: What JWT algorithms are supported?**
A: JWT-HACK supports HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, and EdDSA. See the [Introduction](/get_started/introduction) for details.

**Q: How do I install JWT-HACK?**
A: See the [Installation](/get_started/installation) guide for multiple installation methods.

**Q: Can I use JWT-HACK in automated scripts?**
A: Yes! See [Scripting & Automation](/advanced/scripting-automation) for details.