Google Map API Signature Validation using SHA-256 -


with google deprecating sha-1 everywhere i'm wondering if necessary me modify validation google maps api connection on web server. have found little information google other than:

https://developers.google.com/maps/documentation/business/webservices/auth

this says use sha-1 i'm wondering if possible update? , can follow steps on link use sha-256 instead of sha-1?

as mentioned here, android devices support sha-256. however, there still possibility might try save few bytes , take out. in general, android devices (2.3 or higher) support sha-256. hence, not see why there problem in using one.

this should give idea of operating systems , software platforms support sha-256 including android. , also, might wanna take @ this well.


Comments