JWS Sign Payload with Custom Key

This tool will help you to signed the payload with custom JWS Key using Algorithms HMAC,RSA and EC


JWS Algorithm
This is your MAC Key
Private is Required for JWS Sign, Public Key is required for Signature verification

Related Tool



Thanks for using this software, for Cofee/Beer/Amazon bill and further development of this project please Share.

Any private key value that you enter or we generate is not stored on this site, this tool is provided via an HTTPS URL to ensure that private keys cannot be stolen, for extra security run this software on your network, no cloud dependency

Asking for donation sound bad to me, so i'm raising fund from by offering all my Nine book for just $9



JWS

JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON based data structures

JWS HMAC Algo

  • HS256 - HMAC with SHA-256, requires 256+ bit secret
  • HS384 - HMAC with SHA-384, requires 384+ bit secret
  • HS512 - HMAC with SHA-512, requires 512+ bit secret

JWS RSA Algo

  • RS256 - RSA PKCS#1 signature with SHA-256
  • RS384 - RSA PKCS#1 signature with SHA-384
  • RS512 - RSA PKCS#1 signature with SHA-512
  • PS256 - RSA PSS signature with SHA-256
  • PS384 - RSA PSS signature with SHA-384
  • PS512 - RSA PSS signature with SHA-512

JWS Elliptic Curve (EC) Algo

  • ES256 - EC P-256 DSA with SHA-256
  • ES384 - EC P-384 DSA with SHA-384
  • ES512 - EC P-521 DSA with SHA-512
The Modern Cryptography Book

Kubernetes for DevOps

Cryptography for Python Developers

Cryptography for JavaScript Developers

Go lang Cryptography for Developers