Question

I'm looking for a code to develop the algorithm HMAC-SHA1 on Visual Basic 6. I found a lot of code but for .NET, java, C# and more, but not for Visual Basic 6. I'm desesperate...

Can anyone help me? I need it for the new Google V3 identification.

And is not posible change the language :(

Was it helpful?

Solution

Have you looked at HMAC-SHA-256, HMAC-SHA-1 Using Crypto API yet?

Code there does both, wrapped in test projects that run the published validation vectors.

You might look at the new posts there which address your Google Maps API signature issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top