-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Select correct public key of CRX3 files (#83)
CRX3 files can contain multiple public keys. Compare the public key against the signed data (`crx_id`) to make sure that the correct public key is returned. Verified by loading the CRX file linked from https://github.com/Rob--W/crxviewer/issues/83#issuecomment-493039359 and confirming that the correct public key is printed in the console. Verified that there is no regression by generating a CRX file with `chromium --pack-extension=ext` and verifying that the correct public key is printed.
- Loading branch information
Showing
2 changed files
with
48 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters