I have some sensitive data in my application that i would like to protect (email password). I have been reading about AES but you have to use a passcode to encrypt and decrypt the data. If the user gets his hands on my code, he will get the password, be able to decrypt and get my email password, that's what i want to avoid. So i have some questions:
1. What technology should i use for this?
2. If i encrypt the whole application (not only the password string) would Apple be able to decrypt it when i submit my app to them.
3. How does it works when the user installs the application, would the email password still be encrypted?
Thanks in advance!