Correction: I have to encrypt the JWT, not sign it. Signing is with the 
private key - which I don't have. I will take a look at the article and the 
linking. Maybe that will bring some hints for me. Thanks again :)

Jeffrey Walton schrieb am Samstag, 18. September 2021 um 05:11:31 UTC+2:

> On Friday, September 17, 2021 at 11:26:25 AM UTC-4 skullm...@gmail.com 
> wrote:
>
>> ... The final goal is to build a JWT and sign it with the public key, 
>> constructed out of x and y. If I can find a way to use the public key 
>> directly, that may be a workaround of that problem - in the end I don't 
>> want a temporary file output anyway. It only grinds my gears that it works 
>> when compiled on "not-my-machine"-devices. 
>>
>
> For JWT, see https://www.cryptopp.com/wiki/JSON_Web_Encryption . It 
> should supply most of the pieces you need for the tokens.
>
> If the JWE article has gaps that are needed for JWT, we can write an 
> article specifically for JWT.
>
> Jeff
>

-- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/8592faec-1ab3-4097-b219-dffd84efae9en%40googlegroups.com.

Reply via email to