Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to extract Sha256 Cert Fingerprint for Branch.io

I am trying to integrate deep linking with branch.io. But in order to do this. I need to extract the SHA256 Cert Fingerprints to put them in my branch.io dashboard. How Do I do this? what is my certificate? They have too little data on how this is done.

like image 393
rosu alin Avatar asked Nov 14 '16 08:11

rosu alin


People also ask

What is SHA256 fingerprint?

SHA-2 (Secure Hash Algorithm 2), of which SHA-256 is a part, is one of the most popular hash algorithms around. A cryptographic hash, also often referred to as a “digest”, “fingerprint” or “signature”, is an almost perfectly unique string of characters that is generated from a separate piece of input text.


2 Answers

Execute this command:

keytool -list -v -keystore my-release-key.keystore 

Source: https://developer.android.com/training/app-links/index.html#web-assoc

like image 68
Simon Marquis Avatar answered Sep 23 '22 07:09

Simon Marquis


Check out below image, where you can see SHA256 key available on play store after live your app.

Follow Red Box.

like image 34
Prashant Arvind Avatar answered Sep 20 '22 07:09

Prashant Arvind