List Signing Certificate Hash to Let Users Verify the Downloaded APK #213
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm downloading this app using Obtainium, and so I would like to make sure that the app I install is indeed the correct one. To do so I use AppVerifier to be able to check whether the app downloaded is indeed from the developer I would need the hash of the signing certificate used to sign the app.
It's slowly becoming a standard security practice to list the key's hash somewhere in your project for example: Thunderbird, Molly, GeoShare.
For the direct answer to your question, it's
ed20b176709c0e632400eed8d5bdb3abd510086719fe97fe9046b922f8faaf4f. You can also obtain public keys of other reproducible F-Droid apps in the metadata repo (for example, search forAllowedAPKSigningKeysin https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/org.sunsetware.phocid.yml).But I don't think that's a useful information to publish - what exactly are you verifying against when installing Phocid?