Skip to content

Support for EdDSA in PGP C# #345

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ofrir-cl opened this issue Jan 24, 2022 · 8 comments
Closed

Support for EdDSA in PGP C# #345

ofrir-cl opened this issue Jan 24, 2022 · 8 comments
Assignees

Comments

@ofrir-cl
Copy link

ofrir-cl commented Jan 24, 2022

Hello,

I am trying to decrypt a PGP message using a private key, but when using the function
new PgpSecretKeyRingBundle(keyStream);

I am getting the exception:
unknown PGP public key algorithm encountered

The private key has the algorithm as 0x16 (22) which should correspond to ed25519
Looks like a similar issue was fixed in the java version bcgit/bc-java#636 so I am wondering if maybe it wasn't fixed in the C# one?

Thanks a lot in advance!

@peterdettman
Copy link
Collaborator

It has not yet been added to the C# build, but is on the TODO list.

@peterdettman peterdettman self-assigned this Jan 28, 2022
@fnajera-rac-de
Copy link

The pull request #282 has worked for me. It also passes the corresponding Java tests (I've migrated them in fnajera-rac-de@f10df3a).

@Indigo744
Copy link

I am particularly interested in this feature. Any ETA on this? Is there something I can do to help?
Thanks.

@mafia9874123
Copy link

Hi @peterdettman, how this issue going on? I'm having same issue when try to encrypt with public key type Ed25519

@peterdettman
Copy link
Collaborator

I've now ported the OpenPGP EdDSA (and XDH) support from bc-java. It will be in the v2 NuGet release this week.

@oseack
Copy link

oseack commented Nov 22, 2024

I've now ported the OpenPGP EdDSA (and XDH) support from bc-java. It will be in the v2 NuGet release this week.

Hi Peter, did this happen? I look forward to your reply. I really appreciate your help.

@LeoMiguelB
Copy link

I am also curious on the current status of this.

@ofrir-cl
Copy link
Author

Can confirm this was added in v2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants