Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 867 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 867 Bytes

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.