google-code-export / google-checkout-java-sdk

Automatically exported from code.google.com/p/google-checkout-java-sdk
1 stars 0 forks source link

Add a function to generate an HMAC-SHA1 has #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to post a shopping cart (not via the server-to-server method), an
HMAC-SHA1 hash is required using the merchant ID and the XML shopping cart.

Original issue reported on code.google.com by joelt...@google.com on 13 Jun 2008 at 3:21

GoogleCodeExporter commented 9 years ago
Try the org.apache.commons.codecs library. See 
http://forums.sun.com/thread.jspa?threadID=5283141 for an 
example. I don't really want to add additional hashes to the code as hashes are 
security sensitive and we should 
probably rely on solutions with much wider use.

Original comment by w...@penguintechs.org on 27 Sep 2009 at 5:46