Search found 1 match

by jumpygate
Tue Nov 26, 2024 11:23 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: AESEncryptWithKey merge method in Livecode
Replies: 0
Views: 19312

AESEncryptWithKey merge method in Livecode

I'd like to encrypt data in livecode with mergAESEncryptWithKey pData,pKey,pIV,[pMode],[pKeySize],[pPadding]. The encrypted data is subsequently uploaded to PHP. PhP decrypts the data with the same function, processes it, and then encrypts the results before posting them to livecode. Livecode then d...