I would like to encrypt the string from AES 256 on the iPhone, but did not find much with google. What I'm trying to do is post some data to the website as part of the game that I am creating, but I do not want the user to be able to cheat, seeing how it is published, because it is plain text. So I want to publish one encrypted string on my php page (ala www.test.com/test.php?encrypted=, etc.), and then the php script will decrypt it and do what it needs if it is valid .
iphone cocoa-touch
Codezy
source share