I am developing a Cordova application (currently only for iOS) and I need to save the user password, which is used to call some web services to retrieve data.
I was looking for information about this, for example, in this Google code stream , the last answer says that saving a password unencrypted in my telephone conversation localstorage is quite safe ...:
Then, in the Phonegap quiz, they will talk about their own methods for iOS, but it seems that they have already been hacked, and I donβt like it because it makes the platform for my application dependent.
Can you help me?
source share