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

Show info about APK signature #86

Open
Surendrajat opened this issue Jan 19, 2021 · 1 comment
Open

Show info about APK signature #86

Surendrajat opened this issue Jan 19, 2021 · 1 comment
Labels
feature New feature or request open-for-contribution

Comments

@Surendrajat
Copy link
Member

It'll be nice to parse and display apk signature info after it is decompiled. Since this info can be checked multiple times, it'll be a good idea to store it in a json file. An apklab.json file can be useful for storing such info as well as some other project metadata useful for other features (such as using webviews for a good UX).

Tools to parse signature info:

For now, I think uber-apk-signer will do as it's shipped by default, can give signature info with an expiry date, etc. apksigner can be used in future for better support of this feature or to replace uber-apk-signer entirely.

@Surendrajat Surendrajat added the feature New feature or request label Jan 19, 2021
@Surendrajat Surendrajat self-assigned this Jan 20, 2021
@Surendrajat Surendrajat removed their assignment Jul 15, 2022
@Surendrajat
Copy link
Member Author

Related to #175.. can share the same WebView for showing signature info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request open-for-contribution
Projects
None yet
Development

No branches or pull requests

1 participant