base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $app_key, json_encode($params), MCRYPT_MODE_ECB));
I want to do the above (php) in titanium mobile. how can I do that?
1 Answer
see this thread in stackoverflow
http://stackoverflow.com/questions/9532505/javascript-alternative-to-mcrypt-encrypt
Your Answer
Think you can help? Login to answer this question!