Android Question For what is SHA1 hash in manifest with google services

Alessandra Pellegri

Active Member
Licensed User
Longtime User
But what prevents that someone takes the regular sign of my app, substitute it's own with mine and use my key ?
In other words:

upload_2016-8-21_17-47-18.png


What prevents App "C" from working ?
How could I protect me from this ?
 
Upvote 0

Alessandra Pellegri

Active Member
Licensed User
Longtime User
Ok, but the sign is a sequence of bytes. He can take this exact sequence and paste to its own app. It is not the right sign but how google can know this ? Is Android that checks if it is correct ?
 
Upvote 0

An Schi

Well-Known Member
Licensed User
You have to use the identical signkey or google play won't allow you to upload the updated app.
 
Upvote 0

Alessandra Pellegri

Active Member
Licensed User
Longtime User
Ok, so if I correctly understand, SHA1 hash protect me from illegal redistributing of my APIKey but the robber can anyway use it for himself. Is it right ?
 
Upvote 0
Top