mmadfox / go-crx3

Chrome browser extension tools. Provides a set of tools packing, unpacking, zip, unzip, download, etc.
Apache License 2.0
27 stars 8 forks source link

Extend `keygen` command to support RSA-3072 and RSA-4096 #6

Closed przemoc closed 2 months ago

przemoc commented 7 months ago

Right now in crx3 new private keys are hardcoded to be RSA-2048. I haven't investigated current support for RSA-3072 and RSA-4096 in CRX in Google Chrome (or Microsoft Edge), but at least per CRX₃ Design Doc they intended to use bigger keys, RSA-4096 specifically, so it would be good to support them (and ideally switch to at least RSA-3072 by default).

mmadfox commented 2 months ago

Thank you for the information! I have been in a different context for a while and haven’t been following the updates on crx3. I will study the subject in detail soon and make adjustments to the tool.

mmadfox commented 2 months ago

In the new release, I made adjustments to the key size.