Closed prajwal27 closed 3 years ago
HASH_OF_YOUR_APP is a hash of the certificate of the key which was used to sign the application. This hash is then encoded in Base64 form.
You can imagine it like: base64(sha256(certificate))
To generate base64 form of hash, you can use util functions provided for freeRASP for Android.
More about app signing here.
The Readme file mentions HASH_OF_YOUR_APP
How do we generate this?