HMAC
Problem this snippet solves: This iRule shows example of to calculate HMAC or keyed-Hash Message Authentication Code by iRule using built-in function sha256. Code : when RULE_INIT {
set mes...
Published Mar 17, 2015
Version 1.0Nat_Thirasuttakorn
Employee
Joined September 25, 2004
Nat_Thirasuttakorn
Employee
Joined September 25, 2004
Sam_Richman_263
Dec 02, 2015Historic F5 Account
As a note, version 11.1 and above has the CRYPTO::sign iRule command, which provides multiple HMAC algorithms: https://clouddocs.f5.com/api/irules/CRYPTO__sign.html