Skip to content

HELP: Create new encryption with coordinates of PUK and BrainpoolP256R1 Curve #1379

Answered by larabr
kheinrich188 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @kheinrich188 , OpenPGP.js is not a generic crypto library, it deals with OpenPGP messages specifically. Unless you have a recipient OpenPGP key to encrypt to (which doesn't seem to be the case), this is not the right tool for you.

BrainpoolP256R1 is supported natively by NodeCrypto, but if you need to run the code in the browser, you can try the elliptic library, even though it is not constant time (hence there might be more secure alternatives).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kheinrich188
Comment options

Answer selected by kheinrich188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1378 on July 19, 2021 13:01.