Skip to content
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

KBPGP doesn't function with GPG exports gpg (GnuPG) 2.2.9 libgcrypt 1.8.3 #175

Open
gogocurtis opened this issue Aug 22, 2018 · 4 comments

Comments

@gogocurtis
Copy link

index.html:3 benchmark

RSA
index.html:80 Error: Unknown signature subpacket: 33
at kbpgp-2.0.8.js:14219
at Parser.parse_subpacket (kbpgp-2.0.8.js:14222)
at Parser. (kbpgp-2.0.8.js:14140)
at Parser.parse_v4 (kbpgp-2.0.8.js:14143)
at Parser.parse (kbpgp-2.0.8.js:14241)
at Function.Signature.parse (kbpgp-2.0.8.js:13201)
at PacketParser. (kbpgp-2.0.8.js:14590)
at PacketParser.parse_body (kbpgp-2.0.8.js:14604)
at PacketParser.parse (kbpgp-2.0.8.js:14558)
at MessageParser.parse_packet (kbpgp-2.0.8.js:14530)

CURVE25519
index.html:119 Error: No packets; cannot extract a key
at KeyBlock._extract_keys (kbpgp-2.0.8.js:14738)
at KeyBlock.process (kbpgp-2.0.8.js:14793)
at kbpgp-2.0.8.js:9407
at kbpgp-2.0.8.js:9416
at Function.KeyManager.import_from_pgp_message (kbpgp-2.0.8.js:9423)
at kbpgp-2.0.8.js:9150
at kbpgp-2.0.8.js:9165
at Function.KeyManager.import_from_armored_pgp (kbpgp-2.0.8.js:9170)
at install_curve25519_private_key (index.html:103)
at index.html:123

@gogocurtis gogocurtis changed the title KBPGP doesn't functino with GPG exports gpg (GnuPG) 2.2.9 libgcrypt 1.8.3 KBPGP doesn't function with GPG exports gpg (GnuPG) 2.2.9 libgcrypt 1.8.3 Aug 22, 2018
@gogocurtis
Copy link
Author

If I Extract the secret-subkeys for CURVE25519

I get

Error: Unknown key type: 22
at Parser. (kbpgp-2.0.8.js:11881)
at Parser.parse_public_key_mpis (kbpgp-2.0.8.js:11883)
at Parser.parse_public_key_v4 (kbpgp-2.0.8.js:11857)
at Parser._parse_public_key (kbpgp-2.0.8.js:11898)
at Parser.parse_private_key (kbpgp-2.0.8.js:11917)
at Function.KeyMaterial.parse_private_key (kbpgp-2.0.8.js:11650)
at PacketParser. (kbpgp-2.0.8.js:14574)
at PacketParser.parse_body (kbpgp-2.0.8.js:14604)
at PacketParser.parse (kbpgp-2.0.8.js:14558)
at MessageParser.parse_packet (kbpgp-2.0.8.js:14530)

@maxtaco
Copy link
Contributor

maxtaco commented Aug 23, 2018

this is a super old version of kbpgp

@gogocurtis
Copy link
Author

gogocurtis commented Aug 24, 2018 via email

@gogocurtis
Copy link
Author

I see the version 2.0.77 now.

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

2 participants