LawnchairLauncher / lawnchair

No clever tagline needed.
https://lawnchair.app
Other
9.49k stars 1.22k forks source link

Feature Request: Add App Signing Certificate SHA-256 Hash to README #4878

Open NarwhalPrince opened 1 month ago

NarwhalPrince commented 1 month ago

Describe the feature

Hello,

I would like to request that the app signing certificate SHA-256 hash be added to the GitHub README for this project.

Why would it be useful to add?

This would greatly assist with verifying the authenticity of APKs downloaded from non-trusted sources, such as directly from GitHub or other websites, compared to trusted sources like the Google Play Store or Accrescent.

By including this information, users can easily use tools like AppVerifier to confirm the APK's authenticity before installation.

Did the feature exist in Lawnchair v2? (Play Store version)

No

Example(s)

An example can be seen here:

https://github.com/beemdevelopment/Aegis?tab=readme-ov-file#verification

Additional context

No response

NarwhalPrince commented 1 month ago

The hash can be obtained using apksigner --print-certs.

It should also be posted elsewhere like the website.

validcube commented 1 week ago

The hash can be obtained using apksigner --print-certs.

It should also be posted elsewhere like the website.

👋 @NarwhalPrince, can you please check if this is what you were hoping for!

https://github.com/BoringExperiments/lawnchair/tree/pave-path-v4?tab=readme-ov-file#verification

NarwhalPrince commented 1 week ago

Yes! Those match. For the GitHub releases, the signing hash will need to be posted somewhere other than GitHub.