Using adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotpUsing adb, create a backup of the app using the following command:
adb backup -f freeotp-backup.ab -apk org.fedorahosted.freeotp| # Add this function to your ~/.bashrc | |
| # Calculates SHA384 integrity attribute given a URL | |
| function integrity { | |
| echo sha384-`curl -s $1 | openssl dgst -sha384 -binary | openssl base64 -A` | |
| } | |
| # Documentation | |
| # |