Hi there,
How can I verify HMAC signatures, using [ns_crypto::hmac ...]?
For example, one has sent an encrypted message:
set secret_message [ns_crypto::hmac string -digest sha256 "Abracadabra" "What is the magic word?"]
... and another wants to verify integrity and authenticity of that message in the other side
CRYPTO library has crypto::verify, as in https://clouddocs.f5.com/api/irules/CRYPTO__verify.html
Also, Chilkat example shows more sophisticated approaches to sign and verify. Nothing so complex. It's just using OO writing the code, to make it code readable and intuitive. https://www.example-code.com/tcl/jws_hmac_sha_256.asp