HMAC Encryption causes crash.

Deploying to Linux? Get penguinated here.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 229
Joined: Tue Aug 05, 2014 10:07 am

HMAC Encryption causes crash.

Post 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
Post Reply