I need to be able to encode some of the information in hmac Sha256.
I can't find any addons or plugins that provide me with this theme, nor information about the theme that I can use in construct 3. Any ideas?
I found something on the subject at
https://es.stackoverflow.com/questions/361161/creando-una-firma-hmac-sha256-con-javascript
But I can't get it to work in construct 3, more than anything the problem is that I don't know how to implement the CryptoJS library and after that I don't know how to make it work...
Sorry if this is too basic, but I've only recently gotten into JavaScript.