20 skills found
lmammino / Jwt CrackerSimple HS256, HS384 & HS512 JWT token brute force cracker.
aress31 / JwtcatA CPU-based JSON Web Token (JWT) cracker and - to some extent - scanner.
Sjord / JwtcrackCrack the shared secret of a HS256-signed JWT
ngMinhDan / Go Base ServiceThis project allows developers to build services for exporting REST APIs. It makes it easy to connect to databases, cache, Kafka, S3, elasticsearch and authentication. Keep building !
jmaxxz / JwtbruteBrute forcing jwt tokens signed with HS256 since 2014
3v4Si0N / RS256 2 HS256JWT Attack to change the algorithm RS256 to HS256
wpcodevo / Rust Jwt Hs256In this article, we will delve into the implementation of JWT authentication in Rust, covering all crucial steps from generating and verifying JWT tokens with the HS256 algorithm, to registering users, signing them in, logging them out, and safeguarding private routes.
flibustier / Jwt Online CrackerBrute-force a JWT HS256, HS384 or HS512 from your browser (online)
vaverix / Multithread Jwt CrackerSimple HS256 JWT token brute force cracker with multi-thread support and minimal dependencies. It also shows a resume command on exit and has a nice progressbar.
alexrsagen / Go Jwt CrackerConcurrent HS256 JWT token brute force cracker, inspired by https://github.com/lmammino/jwt-cracker
aurainfosec / Jwt Key ConfusionJWT key confusion attack, i.e. re-sigining RS256 to HS256
TealsFi / QuidRefresh/Access JWT authentication server with backend + administration frontend supporting HMAC (HS256 HS384 HS512), RSA (RS256 RS384 RS512), ECDSA (ES256 ES384 ES512) and Ed25519 (EdDSA). See also other repos for Javascript, Python and Go client libraries.
gasconleon / Jwt.shBash Script to create JWT tokens with HS256 and RS256
jangbl / Jwt Server To ServerJSON Web Tokens (JWT) server to server communication with Node.js servers
DannyBoyNg / JwtTokenServiceA service to help manage JWT access tokens and refresh tokens in C#. Supports: HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512. This service is a simple wrapper for Microsoft.IdentityModel.JsonWebTokens.
txn2 / TxtokentxToken creates an HS256 JWT token from JSON retrieved from a remote endpoint resulting from a proxied JSON request body.
koraydns / Jwt CrackHS256-512 JWT token secret key brute force cracker
wpcodevo / Hs256 Rs256 Jwt NodejsIn this article, you'll learn how to generate JSON Web Tokens, commonly referred to as JWTs, in Node.js using TypeScript.
maxwellium / Jwt Hs256zero-dependencies JWT module to generate and validate HS256 tokens
wpcodevo / Jwt Auth Axum RustIn this article, we'll focus on implementing JWT authentication using the Bearer Token approach in Rust, and we will use the HS256 algorithm to ensure the integrity and authenticity of the tokens.