Hi All,
I've been using VBA to interface with Google Maps. I think the newest (v3) API sends a Web Service URL which needs to be signed using a cryptographic key.
E.g. sign path + query of web service url, decode the private key, create a sig using private key and URL using HMAC SHA1 then encode the binary signature into base64 to get a return url to sign.
However, I am not how to do this in VBA/XML and appreciate some pointers
I've been using VBA to interface with Google Maps. I think the newest (v3) API sends a Web Service URL which needs to be signed using a cryptographic key.
E.g. sign path + query of web service url, decode the private key, create a sig using private key and URL using HMAC SHA1 then encode the binary signature into base64 to get a return url to sign.
However, I am not how to do this in VBA/XML and appreciate some pointers