Is it worth while to hide/obfuscate server connections in an iPhone app? If so how?

Posted by Daniel Blezek on Stack Overflow See other posts from Stack Overflow or by Daniel Blezek
Published on 2010-05-10T14:49:04Z Indexed on 2010/05/10 14:54 UTC
Read the original article Hit count: 324

Filed under:
|
|
|

If I have an app that connects to Amazon's S3 service, is it worth my time to hide/obfuscate the connection strings and API keys? I'm guessing that most hackers won't care all that much, but it would be financially painful if someone found this information and was able to upload data to my account!

Has anyone done this or have any ideas/patterns/code to share?

-dan

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk