Skip to content

Commit 1e6912c

Browse files
Update README.md
1 parent 7468b2a commit 1e6912c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ Download the latest release of the app from the [releases](https://github.com/sy
1515

1616
To try the latest version, download the apk from the last [CI run](https://github.com/syntaxerror247/VectorTouch/actions) artifact.
1717

18+
To verify the APK signature, check if the release APK is signed with the correct certificate by comparing the following fingerprints:
19+
```
20+
SHA1: DD:16:9C:8C:46:FE:7E:C1:9C:99:08:10:D0:1D:3D:58:49:6D:A5:44
21+
SHA256: 13:14:A8:F6:96:20:45:20:71:04:D8:70:9F:34:85:5B:8D:9E:8A:F5:0C:E8:EE:E5:48:66:DC:3E:A0:3E:0C:C6
22+
```
23+
You can use this command to display the certificate details, including the SHA-1 and SHA-256 fingerprints:
24+
```
25+
keytool -printcert -jarfile <APK-file>
26+
```
27+
1828
## License
1929

2030
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)