HMAC SHA256

Post Reply
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

HMAC SHA256

Post by Jack »

Hi,
I have to use this function HMAC SHA256 in order to calculate a signature to pass as parameter .

What are the parameters for this function .
Is it included in harbour ?

Thanks
Philippe
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

Re: HMAC SHA256

Post by Jack »

Hi,
I have found the function :

HB_HMAC_SHA256("demo","test")

Thanks .
Post Reply