Skip to content

Commit

Permalink
update GitHub APK hash and keytool command (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
craslaw authored Feb 15, 2025
1 parent 675759c commit 74c85c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/Switch-between-releases_Verify-APK-is-genuine.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ The signing on these release channels differ, so if you wish to change to a diff

To verify your downloaded APK, compare the certificate hash of the APK to the one's listed below. It has to match one of them to indicate you have a genuine version of the app.

1. GitHub APK: 2ScaPj41giu4vFh+Y7Q0GJTqwbA=
1. GitHub APK: dQAnHXvlh80yJgrQUCo6LAg4294=

2. F-Droid APK: nyupq9aU0x6yK8RHaPra5GbTqQY=

3. Google Play APK: dQAnHXvlh80yJgrQUCo6LAg4294=

Here is a quick way of getting the certificate hash out of an APK file on Linux:

* keytool -list -printcert -jarfile "/path/to/release.apk" | grep "SHA1: " | cut -d " " -f 3 | xxd -r -p | openssl base64
* keytool -printcert -jarfile "/path/to/release.apk" | grep "SHA1: " | cut -d " " -f 3 | xxd -r -p | openssl base64

0 comments on commit 74c85c4

Please sign in to comment.