Decrypting mergAES on Coldfusion

This is the place to get technical support and discuss all things to do with MergEXT

Moderators: FourthWorld, heatherlaine, Klaus, robinmiller, monte

Post Reply
MadManSoft
Posts: 36
Joined: Fri Apr 12, 2013 9:15 pm

Decrypting mergAES on Coldfusion

Post by MadManSoft » Thu Jan 23, 2014 10:45 pm

Hi All,

Hoping someone has used mergAES together with cold fusion.

I'm having trouble decrypting again on the CF (server side).

Encrypting code:

Code: Select all

base64Encode(mergAESEncryptWithKey(fld "field1","xxxxxxxx",5,"cbc",128))
Decryption code on CF side:

Code: Select all

decrypted=Decrypt(url.Encrypted,'xxxxxxxx','AES','Base64');
give an error:
"Can not decode string "xxxxxxxx"

Thanks,

Steve

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: Decrypting mergAES on Coldfusion

Post by monte » Tue Jan 28, 2014 7:09 am

I don't know anything about CF but I would google for open ssl compatible password based encryption because someone would have done that before I'd think then use mergAESOpenSSLEncrypt.
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Post Reply

Return to “MergEXT”