mardi 30 août 2016

Get the APK signature at runtime

This code returns the SHA-1 hash of the signing key certificate used to sign the APK.
It is the same value that you can see under Tools - Private Sign Key:

[​IMG]

You can use it to test whether someone has rebuilt your app and signed it with his own key.

[​IMG]

Code:
  Sub GetSignatureHash As String
Dim jo As JavaObject
jo.InitializeContext...
Get the APK signature at runtime

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2byuL8X
via IFTTT

Aucun commentaire:

Enregistrer un commentaire