fibelatti / pinboard-kotlin

Unofficial Android client for Pinboard and Linkding
https://play.google.com/store/apps/details?id=com.fibelatti.pinboard
Apache License 2.0
157 stars 13 forks source link

publish hashes of signing keys #315

Closed grrrrr closed 2 months ago

grrrrr commented 2 months ago

On Android, you can use AppVerifier to confirm if an apk was signed by the owners or an untrusted key (as well as other methods). This can be combined with Obtanium to check at install time.

The hashes could be published in a number of places for additional trust. e.g

fibelatti commented 2 months ago

Hey @grrrrr, thanks for bringing this to my attention. I'm gonna look into how I can support this further, but out of the official download sources the only one that would benefit from this is GitHub.

Nevertheless, if it doesn't get in the way I'll certainly look into making each build more trustworthy

fibelatti commented 2 months ago

Hi @grrrrr, I have updated the README to include the SHA-256, you can find it here.

Thanks for your suggestion, I'm closing this issue now but feel free to re-open it if something is not right.