I am looking for a way to encrypt a string in iOS, send it to a PHP server and decrypt it there.
server would send a normal message back to iOS, no need to encrypt.
Any idea how to accomplish that ?
EDIT: The encryption should have a similar key hardcoded on both ends.
Thanks!