Giter Club home page Giter Club logo

Comments (5)

bmatthews68 avatar bmatthews68 commented on May 7, 2024

Can you use openssl to display the contents of chrome.pem:

$ openssl rsa -in chrome.pem -noout -text

I don't want you to send me the output but can you confirm that it looks like the following. I'm interested in the Private-Key size from the first line of the output:

Private-Key: (1024 bit)
modulus:
00:a6:50:8f:f0:2f:c1:cb:8d:f4:10:d7:ae:4f:15:
88:93:3d:18:77:c2:1b:3a:f8:f2:08:5f:0d:c4:cf:
f5:64:ea:51:6a:9f:0a:e0:22:90:9d:b1:ec:55:72:
2d:0c:1b:43:5e:78:a3:db:8a:5a:d6:22:82:52:f1:
e6:db:30:39:75:38:9e:be:9d:c7:84:d2:94:d4:74:
57:d2:5a:58:80:52:23:f4:a8:1a:9f:af:b2:5b:78:
b7:68:3a:20:75:b0:66:fa:59:19:14:12:23:d1:0e:
d9:2a:46:0e:bb:d3:cc:10:bb:0c:c2:17:25:55:e8:
7d:78:81:e1:19:1f:65:3e:fb
publicExponent: 65537 (0x10001)
privateExponent:
00:9e:2c:76:88:8f:52:f7:7d:fd:46:5b:6a:0b:0a:
c6:c6:89:cf:90:6e:4a:29:8f:03:d9:54:55:aa:fd:
c1:3c:05:e2:02:ce:59:b0:8b:0f:10:fb:5b:72:74:
51:45:77:54:5e:2f:cc:5f:0a:b9:93:78:64:8b:f0:
46:87:e5:d8:6e:09:86:a5:ed:76:d4:5e:3c:25:4a:
1f:c5:42:ed:37:7e:24:38:09:ad:68:b5:c2:3e:d7:
07:6e:2a:4d:1e:8e:72:4c:9b:7e:ee:1d:1a:96:d2:
14:0f:dd:cb:1d:7d:1d:03:06:cd:4d:8f:ad:e7:29:
9a:5a:c2:8e:8e:d1:aa:7f:99
prime1:
00:e8:0a:79:b3:f7:13:56:66:60:cb:21:2f:f3:27:
e0:ca:f4:fc:c8:8e:3c:05:d9:bc:dc:56:c9:86:e5:
3b:20:27:bb:ee:3a:fc:15:af:01:30:3d:d8:a8:f6:
b0:31:b0:98:46:83:ab:39:30:39:b4:e8:fc:a3:6f:
87:fc:06:64:35
prime2:
00:b7:7c:bf:d1:5e:73:a4:20:57:5e:85:e7:09:48:
c1:6c:72:50:5b:1a:c5:f8:31:20:c9:e2:6e:b6:56:
e1:17:db:36:3a:7c:77:5d:41:c3:71:42:9d:72:37:
f3:05:8f:df:87:fd:79:80:9d:4e:69:0e:e8:23:e2:
25:10:42:1c:6f
exponent1:
39:9c:e0:3a:de:cd:de:55:ed:12:82:5a:f5:74:a1:
4b:c3:28:40:63:90:63:a3:7c:50:f8:fb:70:92:d9:
eb:51:f2:47:64:3d:d2:e4:70:d7:19:84:01:ef:be:
2f:98:39:36:c8:da:6a:88:9e:cb:5c:4d:de:06:83:
2d:00:29:41
exponent2:
50:04:53:12:57:02:4f:3c:db:5d:19:3f:db:c8:a2:
b1:4c:58:c6:a2:32:5b:3d:f1:72:99:10:76:ec:04:
55:86:ff:6b:1a:04:63:e2:dd:fc:72:74:7e:ee:ef:
48:29:a9:ed:80:18:90:82:09:43:bf:80:74:c5:96:
2c:34:e8:79
coefficient:
59:6a:8b:26:c5:6e:ea:3f:ad:6d:2e:6c:b6:5b:f8:
30:27:72:cb:51:7b:c4:aa:7e:df:57:f2:61:d1:f7:
96:7f:65:1d:be:dc:8e:e5:82:38:a4:ba:72:54:75:
24:0b:aa:4c:18:b3:ea:2d:a5:ba:f1:5e:72:c7:c3:
23:96:97:62

from crx-maven-plugin.

maxmart avatar maxmart commented on May 7, 2024

Yes, it looks similar. Mine is also 1024 bit:

$ openssl rsa -in chrome.pem -noout -text
Private-Key: (1024 bit)
modulus:
... etc....

from crx-maven-plugin.

bmatthews68 avatar bmatthews68 commented on May 7, 2024

There might be two separate issues to deal with here.

Firstly will add some more integration checks for the verify plugin with a Google generated private key.

Secondly will see what could be breaking in the signing/packaging process.

from crx-maven-plugin.

bmatthews68 avatar bmatthews68 commented on May 7, 2024

I'm not able to reproduce the problem at my end. Would it be possible for you to e-mail a copy of the .crx file? My e-mail address is [email protected].

from crx-maven-plugin.

maxmart avatar maxmart commented on May 7, 2024

Awesome, I just tried using your fix and it works perfectly.
Thanks!

from crx-maven-plugin.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.