Possible Duplicate:
Objective-C, how to obfuscate or encrypt NSString?
My app talks to a server using SSL but I want to hide, obscure, or encrypt the URL inside the app, so a hacker with a debugger/hex editor won't see it (easily).
I want something that is not time consuming.
What do you guys recommend?