Oct. 1, 2012
1:28 a.m.
On 09/30/2012 06:16 PM, sergio_101 wrote:
First step is to get the correct SHA256 part then the second step is to make it the correct HMAC
Does that help?
i am not sure.. i think i need to dig around more in the crypto package.. i have the sha256 part.. an i see the hmac code.. i think i just have to figure out how to put them together..
thanks!
This is what I've used before: hmacSHA256: aString key: aKey ^ (SHA256 new hmac) key: aKey asByteArray; digestMessage: aString asByteArray Took me a bit to find an image with it.