Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SHA1 certificate fingerprint

I am trying to make an app that can communicate with Google Cloud Messaging. I have looked at some tutorials and read a lot of stuff, but it all skips one point. When configuring an Android Key for API Project it asks for a SHA1 certificate fingerprint.

enter image description here

How do I find this (I have eclipse and windows 7)?

Any help would be appreciated.

like image 363
Marshall Avatar asked Nov 19 '13 14:11

Marshall


People also ask

What is SHA-1 certificate fingerprint?

This article at Wikipedia explains what a SHA1 Fingerprint is. In a nutshell it is a unique way to identify the connection that is being made to avoid any sort of possible incorrect connection, or additional security to ensure the connection is being made to the expected server.

How can I get SHA-1 fingerprint from keystore?

So, to get the SHA1 value from a production Keystore go to: Android Tools -> Export Signed Application Package . Follow the process for signing your apk and the SHA1 will showed as a certificate.

How can I get SHA-1 fingerprint for my website?

Click the “Security” icon/tab at the top of the “Page Info” dialog. Click “View Certificate”. Verify that the certificate's name under “Common Name (CN)” exactly matches what this GRC page shows. The SHA1 fingerprint is shown under “Fingerprints”.


1 Answers

Here is how to get it :
In Eclipse, if you go to Windows ->Preferences -> Android -> Build.

like image 156
Rishabh Srivastava Avatar answered Sep 28 '22 20:09

Rishabh Srivastava