HMAC Encryption causes crash.
Posted: Sun Aug 09, 2026 11:39 am
Hii Guys!!
Within the LiveCode IDE I can run the following code:
When I compile for Linux, my compiled app does not go past the point described above.
Any ideas?
Thanks,
Googie
Within the LiveCode IDE I can run the following code:
Code: Select all
put messageAuthenticationCode( \
tPayload, \
"KEY", \
"HMAC-SHA-256") into tCalculatedHMAC
Any ideas?
Thanks,
Googie