hello...
how can i sign json string with my privateKey using RSASSA-PKCS1-v1_5 using SHA-256
i need it for generate jwt token.
document help :
BASE64URL(UTF8(JWS Protected Header))|| '.' ||
BASE64URL(UTF8(JWS Payload()|| '.' ||
BASE64URL(JWS Signature)
Signature :
ASCII(BASE64URL(UTF8(JWS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.