Page 1 of 1

HMAC Encryption causes crash.

Posted: Sun Aug 09, 2026 11:39 am
by Googie85
Hii Guys!!

Within the LiveCode IDE I can run the following code:

Code: Select all

      put messageAuthenticationCode( \
            tPayload, \
            "KEY", \
            "HMAC-SHA-256") into tCalculatedHMAC
            
When I compile for Linux, my compiled app does not go past the point described above.

Any ideas?

Thanks,

Googie