Page 1 of 1

HMAC SHA256

PostPosted: Wed Feb 14, 2018 2:56 pm
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

Re: HMAC SHA256

PostPosted: Thu Feb 15, 2018 9:52 am
by Jack
Hi,
I have found the function :

HB_HMAC_SHA256("demo","test")

Thanks .