Skip to content
/ JWT Public

JWT Encoder and Validation Tool - a JWT UI that allows you to encode or validate JWT (signed) bearer tokens

Notifications You must be signed in to change notification settings

lcasoft/JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ekko Proxy JWT Encoder and Validation tool

The Ekko Proxy JWT tool allows you to encode or validate JWT (signed) tokens safely on your machine without you having to rely on potentially insecure online equivalent tools.

JWT Tool Screenshot: Ekko Proxy JWT tool

The supported JWT signing algorithms are: HMAC-SHA (HS256, HS384, HS512), RSASSA-PKCS (RS256, RS384, RS512), ECDSA (Elliptic Curve - ES256, ES384, ES512), and RSASSA-PSS (PS256, PS384, PS512).

Ekko Proxy includes tools to compare, encode/decode, format, match, and hash data, validate / encode JWT tokens - all safely from your local machine or server without the inherent dangers of using similar online tools.

Please see Ekko Proxy GitHub or Ekko Proxy Home Page for further details on how to install and use.