I am looking to start accepting webhook requests from Tebex, and I would like to ensure the validity of the requests they send by genning a sha256 hmac. Require a secret tag as the secret used for hashing.
https://docs.tebex.io/store/integrating-with-your-game-server-or-website/webhooksv2#signature
#(Mergu) HMAC SHA256 tag
20 messages · Page 1 of 1 (latest)
(Mergu) HMAC SHA256 tag
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
You can block this bot if you don't want to see these messages, I won't mind.
<@&525394568410038282>
added ref #changelog
Thread Closing Reminder
Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@swift oar
Reloading
Yes, boss. Reloading meta documentation now...
Error(s) While Reloading
Object EntityTag.display has synonyms 'entitytag.display_transform,entitytag.text_alignment' that match other objects existing synonyms and will be invalid for searches.
Object EntityTag.pivot has synonyms 'entitytag.billboard' that match other objects existing synonyms and will be invalid for searches.
Reload Complete
Documentation reloaded successfully.
Errors
2
Commands
178
Mechanisms
593
Tags
2359
Object Types
70
Events
365
Actions
39
Languages
78
Guide Pages
87
!tag binarytag.hmac
Returns the raw binary HMAC ("hash-based message authentication code") of the binary data, using the given HMAC algorithm and key.
Type can be "HmacMD5", "HmacSHA1", "HmacSHA256", or any other algorithm supported by your Java runtime environment per https://docs.oracle.com/javase/8/docs/api/javax/crypto/Mac.html.
Key can be a SecretTag, BinaryTag, or ElementTag.
Returns
BinaryTag
Examples
# Narrates "f7bc83f430538424b13298e6aa6fb143ef4d59a14946175997479dbc2d1a3cd8".
- narrate <element[The quick brown fox jumps over the lazy dog].utf8_encode.hmac[type=HmacSHA256;key=key].to_hex>
Resolved
Thread closed as resolved.