-
Create RSA Keypair on git bash
openssl genrsa -out private.pem 2048(adjust the rsa key length (here: 2048) as you wish) -
extract public key from private key
openssl rsa -in private.pem -outform PEM -pubout -out public.pem -
place keys under
C:\keys\ -
start program and copy token + public key onto
https://jwt.io/withRS512as algorithm (RSA using SHA-512 hash algorithm) to verify signature
Paprikawurst/JwtSignature
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|