cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Synthetic Monitor API HMACMD5 support

sandor_benya
Newcomer

Hi there,

Do Syntethic HTTP Monitor pre/post script API has support for encoding with HMAC-MD5? As I see, only HMAC-SHA256 is available, but please correct me if I'm wrong. If not, do you plan to have it?

Thanks,

Sandor

3 REPLIES 3

ChadTurner
DynaMight Legend
DynaMight Legend
I've reached out to support on this - I'll let you know what they say about it.
-Chad

I heard a response back on this and yet it should be doable if you import/paste the CryptoJs library code to do CryptoJS.HmacMD5(message, secret).toString(CryptoJS.enc.Hex);

Crypto.zip

-Chad

Thanks for your help, I'll try to do so.

Featured Posts