I hereby claim:
- I am barbosshack on github.
- I am barbosshack (https://keybase.io/barbosshack) on keybase.
- I have a public key ASAF8HLsRy7_Ls753H6EuzFx5ai6R5HnnXL18jpRqAa2Ugo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
set -e | |
APK=org.thoughtcrime.securesms | |
SIG=apk.sig | |
# Install apkeep from https://github.com/EFForg/apkeep | |
apkeep -a $APK -d apk-pure . | |
jarsigner -verify -verbose $APK.apk |