Getting a error when trying to add my rep in experimental code column

Awesome Eric! Thank you so much! But I’m using glide tables. How should I add this?

Does this work for you?

const CryptoJS = await import('https://cdn.skypack.dev/crypto-js');

const message = 'hello';
const secretKey = 'secret';

const hmac = CryptoJS.HmacSHA1(message, secretKey);

const hashHex = CryptoJS.enc.Hex.stringify(hmac);

return hashHex;
4 Likes

Oh man… :scream:

You are the legend buddy! This works!!! :tada: Thank you so much, Jeff!

And also thank you Eric for your support!

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.