base64_encode and encrypting in titanium mobile

You must Login before you can answer or comment on any questions.

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

Your Answer

Think you can help? Login to answer this question!