Replies: 1 comment
-
|
Hello @comdora can you be more specific on the matter? is this related to the JWT? AES is not among algorithms supported by the JWT standard... Ciao, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
If we have cert.pem and pair.pem, is it possible to use the component?
can we encrypt from Delphi like using next script
openssl cms -sign -md sha256 -in $inputfile -signer "$ssldestination\pair.pem" | openssl cms -encrypt -aes-256-cbc -outform DER -out $outputfile "$ssldestination\cert.pem"
Regards
Bojan
Beta Was this translation helpful? Give feedback.
All reactions