KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
jwtdemo
โ 117
Open GitHub โ
Practice hacking JWT tokens
Download README (.md)
Explore Similar Repositories
django-bootstrap3-datetimepicker
:
No description available.
Alembic
:
:alembic: Functional JSON Parser - Linux Ready :penguin:
nodemailer-sendgrid-transport
:
SendGrid transport for Nodemailer
mailgun
:
mailgun library for ruby
requestmapper
:
๐ Request mapper is a plugin for IntelliJ IDEA for quick navigation to URL mapping declarations
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jwtdemo
?
Download (.md)
## Vulnerable JWT implementations Article: [Attacking JWT authentication](https://www.sjoerdlangkemper.nl/2016/09/28/attacking-jwt-authentication/). Demo pages: * [HS256](https://demo.sjoerdlangkemper.nl/jwtdemo/hs256.php) * [RS256](https://demo.sjoerdlangkemper.nl/jwtdemo/rs256.php) Attacks: * Change the algorithm from HS256 to none. * Change the algorithm from RS256 to HS256, and use the [public key](public.pem) as [the secret key for the HMAC](publickeyhs256.php). * Crack the HMAC key using [John the Ripper](https://github.com/magnumripper/JohnTheRipper).