Ross ROSS = Recommend OSS · open-source software intelligence for agents

brendan-rius/c-jwt-cracker

JWT brute force cracker written in C observed · 2026-08-28

github.com/brendan-rius/c-jwt-cracker · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3513
  • days_rel: n/a
  • days_push: 1188
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2559 stars · 272 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A multi-threaded JWT brute-force secret key cracker written in C using OpenSSL. It attempts to recover the HMAC signing key of a JWT token so the token can be forged, for security testing purposes.

Use cases

  • crack the secret key of a JWT token
  • test whether my JWT signing secrets are too weak
  • brute force HS256 HS384 HS512 HMAC keys
  • audit JWT implementations for weak secrets
  • recover a forgotten JWT signing key
  • run a JWT cracker in Docker

When to choose

  • you need a fast, multi-threaded C-based JWT secret brute-forcer
  • you want to test JWTs signed with HS256/HS384/HS512 or other OpenSSL HMAC algorithms
  • you want a simple Dockerized tool for a security assessment

When to avoid

  • you need to crack asymmetric JWT algorithms like RS256 or ES256
  • you need GPU-accelerated or distributed cracking at scale
  • you want a maintained tool with active development

Facets

cli-tool · maturity maintenance

security cryptography penetration-testing cli security penetration-testing developer-tools cli jwt brute-force cracker hmac openssl pentest linux macos docker

1 source

Member repositories

RepositoryRoleHealth v2
brendan-rius/c-jwt-crackermain32

For agents

markdown · JSON · MCP: product_card(name="brendan-rius/c-jwt-cracker")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem