I am working on an ipad app with a web component which requires the data being sent from one end to the other to be encrypted.
I'm wanting to use AES encryption, but am just having trouble putting together functionality for both the javascript and objective c so i can encrypt in one and decrypt on the other using the same key.
If anyone has some code i could use or just any advice at all it would be much appreciated.
Thanks.