Encryption method in corona ? such as AES, DES ?

Hi,

Is there any secure encryption function in Corona ? AES should be basic function in any development platform.

Encrypt / Decrypt is very important function between app and server, but I only can find some digest function like  MD5, SHA.

Best Regards,

Farmer

We have our openssl plugin (https://marketplace.coronalabs.com/corona-plugins/openssl). Following the docs, there is a link to some samples on GitHub that shows you how to use it for encrypting data.

Rob

We have our openssl plugin (https://marketplace.coronalabs.com/corona-plugins/openssl). Following the docs, there is a link to some samples on GitHub that shows you how to use it for encrypting data.

Rob